Package org.flowable.eventregistry.api
Interface OutboundEventProcessor
- All Known Implementing Classes:
DefaultOutboundEventProcessor
,SystemOutboundEventProcessor
public interface OutboundEventProcessor
- Author:
- Joram Barrez, Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendEvent
(EventInstance eventInstance, Collection<ChannelModel> channelModels)
-
Method Details
-
sendEvent
-