Uses of Interface
org.flowable.eventregistry.api.InboundEvent
-
Uses of InboundEvent in org.flowable.eventregistry.api
Modifier and TypeMethodDescriptionvoid
EventRegistry.eventReceived
(org.flowable.eventregistry.model.InboundChannelModel channelModel, InboundEvent event) Events received in adapters should call this method to process events.void
InboundEventProcessor.eventReceived
(org.flowable.eventregistry.model.InboundChannelModel channelModel, InboundEvent event) InboundEventProcessingPipeline.run
(org.flowable.eventregistry.model.InboundChannelModel inboundChannel, InboundEvent inboundEvent)