Uses of Interface
org.flowable.eventregistry.api.EventRegistryEvent
Packages that use EventRegistryEvent
-
Uses of EventRegistryEvent in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return types with arguments of type EventRegistryEventModifier and TypeMethodDescriptionInboundEventProcessingPipeline.run
(org.flowable.eventregistry.model.InboundChannelModel inboundChannel, InboundEvent inboundEvent) InboundEventTransformer.transform
(EventInstance eventInstance) Methods in org.flowable.eventregistry.api with parameters of type EventRegistryEventModifier 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.