Uses of Interface
org.flowable.eventregistry.api.InboundEventProcessor
Packages that use InboundEventProcessor
-
Uses of InboundEventProcessor in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api with parameters of type InboundEventProcessorModifier and TypeMethodDescriptionvoid
EventRegistry.setInboundEventProcessor
(InboundEventProcessor inboundEventProcessor) TheInboundEventProcessor
is responsible for handling any new event. -
Uses of InboundEventProcessor in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement InboundEventProcessorFields in org.flowable.eventregistry.impl declared as InboundEventProcessorModifier and TypeFieldDescriptionprotected InboundEventProcessor
DefaultEventRegistry.inboundEventProcessor
protected InboundEventProcessor
EventRegistryEngineConfiguration.inboundEventProcessor
Methods in org.flowable.eventregistry.impl that return InboundEventProcessorMethods in org.flowable.eventregistry.impl with parameters of type InboundEventProcessorModifier and TypeMethodDescriptionvoid
DefaultEventRegistry.setInboundEventProcessor
(InboundEventProcessor inboundEventProcessor) EventRegistryEngineConfiguration.setInboundEventProcessor
(InboundEventProcessor inboundEventProcessor)