Package io.gridgo.boot.support
Class ContextSpoofingProcessor
- java.lang.Object
-
- io.gridgo.boot.support.ContextSpoofingProcessor
-
- All Implemented Interfaces:
io.gridgo.core.Processor
- Direct Known Subclasses:
BootContextSpoofingProcessor
public class ContextSpoofingProcessor extends java.lang.Object implements io.gridgo.core.Processor
-
-
Constructor Summary
Constructors Constructor Description ContextSpoofingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(io.gridgo.core.support.RoutingContext rc, io.gridgo.core.GridgoContext gc)protected io.gridgo.bean.BObjectspoofComponent(io.gridgo.core.support.ContextAwareComponent component)protected io.gridgo.bean.BObjectspoofConnector(io.gridgo.connector.Connector connector)protected io.gridgo.framework.support.MessagespoofContext(io.gridgo.core.GridgoContext gc)protected io.gridgo.bean.BObjectspoofEndpoint(io.gridgo.connector.Connector connector)protected io.gridgo.bean.BObjectspoofGateway(io.gridgo.core.support.subscription.GatewaySubscription subscription)protected io.gridgo.bean.BObjectspoofProcessor(io.gridgo.core.Processor processor)protected io.gridgo.bean.BObjectspoofSubscription(io.gridgo.core.support.subscription.ProcessorSubscription sub)
-
-
-
Method Detail
-
process
public void process(io.gridgo.core.support.RoutingContext rc, io.gridgo.core.GridgoContext gc)- Specified by:
processin interfaceio.gridgo.core.Processor
-
spoofContext
protected io.gridgo.framework.support.Message spoofContext(io.gridgo.core.GridgoContext gc)
-
spoofComponent
protected io.gridgo.bean.BObject spoofComponent(io.gridgo.core.support.ContextAwareComponent component)
-
spoofGateway
protected io.gridgo.bean.BObject spoofGateway(io.gridgo.core.support.subscription.GatewaySubscription subscription)
-
spoofConnector
protected io.gridgo.bean.BObject spoofConnector(io.gridgo.connector.Connector connector)
-
spoofEndpoint
protected io.gridgo.bean.BObject spoofEndpoint(io.gridgo.connector.Connector connector)
-
spoofSubscription
protected io.gridgo.bean.BObject spoofSubscription(io.gridgo.core.support.subscription.ProcessorSubscription sub)
-
spoofProcessor
protected io.gridgo.bean.BObject spoofProcessor(io.gridgo.core.Processor processor)
-
-