Uses of Interface
org.flowable.eventregistry.api.runtime.EventInstance
Packages that use EventInstance
-
Uses of EventInstance in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return EventInstanceMethods in org.flowable.eventregistry.api with parameters of type EventInstanceModifier 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)