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) voidOutboundEventProcessor.sendEvent(EventInstance eventInstance, Collection<org.flowable.eventregistry.model.ChannelModel> channelModels) voidEventRegistry.sendEventOutbound(EventInstance eventInstance, Collection<org.flowable.eventregistry.model.ChannelModel> channelModels) Send out theeventInstancevia the givenchannelModel(s).voidEventRegistry.sendSystemEventOutbound(EventInstance eventInstance) Send out theeventInstancevia the given systemOutboundEventProcessor.OutboundEventSerializer.serialize(EventInstance eventInstance) The actual serialization.InboundEventTransformer.transform(EventInstance eventInstance)