Uses of Interface
org.flowable.eventregistry.api.InboundEvent
Packages that use InboundEvent
-
Uses of InboundEvent in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api with parameters of type InboundEventModifier and TypeMethodDescriptionvoidEventRegistry.eventReceived(org.flowable.eventregistry.model.InboundChannelModel channelModel, InboundEvent event) Events received in adapters should call this method to process events.voidInboundEventProcessor.eventReceived(org.flowable.eventregistry.model.InboundChannelModel channelModel, InboundEvent event) InboundEventProcessingPipeline.run(org.flowable.eventregistry.model.InboundChannelModel inboundChannel, InboundEvent inboundEvent)