Uses of Interface
org.flowable.eventregistry.api.EventRegistryEvent
Packages that use EventRegistryEvent
Package
Description
-
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(InboundChannelModel inboundChannel, InboundEvent inboundEvent) InboundEventTransformer.transform(EventInstance eventInstance) Methods in org.flowable.eventregistry.api with parameters of type EventRegistryEventModifier and TypeMethodDescriptionEventRegistryEventConsumer.eventReceived(EventRegistryEvent event) voidEventRegistryNonMatchingEventConsumer.handleNonMatchingEvent(EventRegistryEvent event, EventRegistryProcessingInfo eventRegistryProcessingInfo) voidEventRegistry.sendEventToConsumers(EventRegistryEvent eventRegistryEvent) Send an event to all the registered event consumers. -
Uses of EventRegistryEvent in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl with parameters of type EventRegistryEventModifier and TypeMethodDescriptionvoidDefaultEventRegistry.sendEventToConsumers(EventRegistryEvent eventRegistryEvent) -
Uses of EventRegistryEvent in org.flowable.eventregistry.impl.consumer
Methods in org.flowable.eventregistry.impl.consumer with parameters of type EventRegistryEventModifier and TypeMethodDescriptionBaseEventRegistryEventConsumer.eventReceived(EventRegistryEvent event) -
Uses of EventRegistryEvent in org.flowable.eventregistry.impl.event
Classes in org.flowable.eventregistry.impl.event that implement EventRegistryEvent -
Uses of EventRegistryEvent in org.flowable.eventregistry.impl.pipeline
Methods in org.flowable.eventregistry.impl.pipeline that return types with arguments of type EventRegistryEventModifier and TypeMethodDescriptionDefaultInboundEventProcessingPipeline.run(InboundChannelModel inboundChannel, InboundEvent inboundEvent) DefaultInboundEventProcessingPipeline.transform(EventInstance eventInstance) -
Uses of EventRegistryEvent in org.flowable.eventregistry.impl.transformer
Methods in org.flowable.eventregistry.impl.transformer that return types with arguments of type EventRegistryEventModifier and TypeMethodDescriptionDefaultInboundEventTransformer.transform(EventInstance eventInstance)