Uses of Interface
org.flowable.eventregistry.api.runtime.EventInstance
-
Uses of EventInstance in org.flowable.eventregistry.api
Modifier and TypeMethodDescriptionOutboundEventProcessingPipeline.run
(EventInstance eventInstance) void
OutboundEventProcessor.sendEvent
(EventInstance eventInstance, Collection<org.flowable.eventregistry.model.ChannelModel> channelModels) void
EventRegistry.sendEventOutbound
(EventInstance eventInstance, Collection<org.flowable.eventregistry.model.ChannelModel> channelModels) Send out theeventInstance
via the givenchannelModel
(s).void
EventRegistry.sendSystemEventOutbound
(EventInstance eventInstance) Send out theeventInstance
via the given systemOutboundEventProcessor
.OutboundEventSerializer.serialize
(EventInstance eventInstance) The actual serialization.InboundEventTransformer.transform
(EventInstance eventInstance)