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 TypeMethodDescriptionvoidEventRegistry.setInboundEventProcessor(InboundEventProcessor inboundEventProcessor) TheInboundEventProcessoris 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 InboundEventProcessorDefaultEventRegistry.inboundEventProcessorprotected InboundEventProcessorEventRegistryEngineConfiguration.inboundEventProcessorMethods in org.flowable.eventregistry.impl that return InboundEventProcessorMethods in org.flowable.eventregistry.impl with parameters of type InboundEventProcessorModifier and TypeMethodDescriptionvoidDefaultEventRegistry.setInboundEventProcessor(InboundEventProcessor inboundEventProcessor) EventRegistryEngineConfiguration.setInboundEventProcessor(InboundEventProcessor inboundEventProcessor)