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 TypeMethodDescriptionvoidEventRegistry.setOutboundEventProcessor(OutboundEventProcessor outboundEventProcessor) TheOutboundEventProcessoris responsible for handling sending out events.voidEventRegistry.setSystemOutboundEventProcessor(OutboundEventProcessor outboundEventProcessor) TheOutboundEventProcessoris responsible for handling sending system out events.