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.