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 TypeMethodDescriptionvoidsendEvent(EventInstance eventInstance, Collection<ChannelModel> channelModels)
-
Method Details
-
sendEvent
-