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