Package org.flowable.eventregistry.impl
Class SystemOutboundEventProcessor<T>
java.lang.Object
org.flowable.eventregistry.impl.SystemOutboundEventProcessor<T>
- All Implemented Interfaces:
OutboundEventProcessor
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OutboundEventChannelAdapter<T>
protected OutboundEventProcessingPipeline<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSystemOutboundEventProcessor
(OutboundEventChannelAdapter<T> outboundEventChannelAdapter, OutboundEventProcessingPipeline<T> outboundEventProcessingPipeline) -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendEvent
(EventInstance eventInstance, Collection<ChannelModel> channelModels) void
setOutboundEventChannelAdapter
(OutboundEventChannelAdapter<T> outboundEventChannelAdapter) void
setOutboundEventProcessingPipeline
(OutboundEventProcessingPipeline<T> outboundEventProcessingPipeline)
-
Field Details
-
outboundEventChannelAdapter
-
outboundEventProcessingPipeline
-
-
Constructor Details
-
SystemOutboundEventProcessor
public SystemOutboundEventProcessor(OutboundEventChannelAdapter<T> outboundEventChannelAdapter, OutboundEventProcessingPipeline<T> outboundEventProcessingPipeline)
-
-
Method Details
-
sendEvent
- Specified by:
sendEvent
in interfaceOutboundEventProcessor
-
getOutboundEventChannelAdapter
-
setOutboundEventChannelAdapter
public void setOutboundEventChannelAdapter(OutboundEventChannelAdapter<T> outboundEventChannelAdapter) -
getOutboundEventProcessingPipeline
-
setOutboundEventProcessingPipeline
public void setOutboundEventProcessingPipeline(OutboundEventProcessingPipeline<T> outboundEventProcessingPipeline)
-