Uses of Interface
org.flowable.eventregistry.api.EventRegistryEvent
-
Uses of EventRegistryEvent in org.flowable.eventregistry.api
Modifier and TypeMethodDescriptionInboundEventProcessingPipeline.run
(org.flowable.eventregistry.model.InboundChannelModel inboundChannel, InboundEvent inboundEvent) InboundEventTransformer.transform
(EventInstance eventInstance) Modifier and TypeMethodDescriptionEventRegistryEventConsumer.eventReceived
(EventRegistryEvent event) void
EventRegistryNonMatchingEventConsumer.handleNonMatchingEvent
(EventRegistryEvent event, EventRegistryProcessingInfo eventRegistryProcessingInfo) void
EventRegistry.sendEventToConsumers
(EventRegistryEvent eventRegistryEvent) Send an event to all the registered event consumers.