Uses of Interface
org.flowable.eventregistry.api.InboundEvent
Packages that use InboundEvent
Package
Description
-
Uses of InboundEvent in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api with parameters of type InboundEventModifier and TypeMethodDescriptionvoidEventRegistry.eventReceived(InboundChannelModel channelModel, InboundEvent event) Events received in adapters should call this method to process events.voidInboundEventProcessor.eventReceived(InboundChannelModel channelModel, InboundEvent event) InboundEventProcessingPipeline.run(InboundChannelModel inboundChannel, InboundEvent inboundEvent) -
Uses of InboundEvent in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement InboundEventFields in org.flowable.eventregistry.impl declared as InboundEventMethods in org.flowable.eventregistry.impl with parameters of type InboundEventModifier and TypeMethodDescriptionvoidDefaultEventRegistry.eventReceived(InboundChannelModel channelModel, InboundEvent event) voidDefaultInboundEventProcessor.eventReceived(InboundChannelModel channelModel, InboundEvent event) Constructors in org.flowable.eventregistry.impl with parameters of type InboundEventModifierConstructorDescriptionFlowableEventInfoImpl(InboundEvent inboundEvent, T payload, InboundChannelModel inboundChannel) -
Uses of InboundEvent in org.flowable.eventregistry.impl.pipeline
Methods in org.flowable.eventregistry.impl.pipeline with parameters of type InboundEventModifier and TypeMethodDescriptionDefaultInboundEventProcessingPipeline.run(InboundChannelModel inboundChannel, InboundEvent inboundEvent) -
Uses of InboundEvent in org.flowable.eventregistry.spring.jms
Classes in org.flowable.eventregistry.spring.jms that implement InboundEvent -
Uses of InboundEvent in org.flowable.eventregistry.spring.kafka
Classes in org.flowable.eventregistry.spring.kafka that implement InboundEvent -
Uses of InboundEvent in org.flowable.eventregistry.spring.rabbit
Classes in org.flowable.eventregistry.spring.rabbit that implement InboundEvent