public interface IOutboundEventProcessorChain extends IOutboundEventProcessor
IOutboundEventProcessor
objects that are invoked in
order.Modifier and Type | Method and Description |
---|---|
java.util.List<IOutboundEventProcessor> |
getProcessors()
Get the list of chained processors.
|
boolean |
isProcessingEnabled()
Indicates whether processing is enabled.
|
void |
setProcessingEnabled(boolean enabled)
Sets the indicator for whether processing is enabled.
|
onAlert, onCommandInvocation, onCommandResponse, onLocation, onMeasurements, onStateChange
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
void setProcessingEnabled(boolean enabled)
enabled
- boolean isProcessingEnabled()
java.util.List<IOutboundEventProcessor> getProcessors()