Uses of Interface
org.flowable.eventregistry.api.OutboundEventProcessor
Packages that use OutboundEventProcessor
-
Uses of OutboundEventProcessor in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return OutboundEventProcessorMethods in org.flowable.eventregistry.api with parameters of type OutboundEventProcessorModifier and TypeMethodDescriptionvoid
EventRegistry.setOutboundEventProcessor
(OutboundEventProcessor outboundEventProcessor) TheOutboundEventProcessor
is responsible for handling sending out events.void
EventRegistry.setSystemOutboundEventProcessor
(OutboundEventProcessor outboundEventProcessor) TheOutboundEventProcessor
is responsible for handling sending system out events.