public interface IEventProcessing extends ITenantLifecycleComponent
Modifier and Type | Method and Description |
---|---|
IInboundEventProcessorChain |
getInboundEventProcessorChain()
Get chain of processor that will act on inbound data.
|
IInboundProcessingStrategy |
getInboundProcessingStrategy()
Get the strategy for moving decoded events into the inbound chain.
|
IOutboundEventProcessorChain |
getOutboundEventProcessorChain()
Get chain of processors that will act on outbound data.
|
IOutboundProcessingStrategy |
getOutboundProcessingStrategy()
Get the strategy for moving processed events into the outbound chain.
|
getTenant, setTenant
canPause, findComponentsOfType, getComponentId, getComponentName, getComponentType, getCreatedDate, getLifecycleComponents, getLifecycleError, getLifecycleStatus, getLogger, initialize, initializeNestedComponent, lifecycleInitialize, lifecyclePause, lifecycleStart, lifecycleStop, lifecycleStop, logState, pause, start, startNestedComponent, stop, stop
IInboundProcessingStrategy getInboundProcessingStrategy()
IInboundEventProcessorChain getInboundEventProcessorChain()
IOutboundProcessingStrategy getOutboundProcessingStrategy()
IOutboundEventProcessorChain getOutboundEventProcessorChain()