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. -
Uses of OutboundEventProcessor in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement OutboundEventProcessorModifier and TypeClassDescriptionclass
class
Fields in org.flowable.eventregistry.impl declared as OutboundEventProcessorModifier and TypeFieldDescriptionprotected OutboundEventProcessor
DefaultEventRegistry.outboundEventProcessor
protected OutboundEventProcessor
EventRegistryEngineConfiguration.outboundEventProcessor
protected OutboundEventProcessor
DefaultEventRegistry.systemOutboundEventProcessor
protected OutboundEventProcessor
EventRegistryEngineConfiguration.systemOutboundEventProcessor
Methods in org.flowable.eventregistry.impl that return OutboundEventProcessorModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.getOutboundEventProcessor()
DefaultEventRegistry.getSystemOutboundEventProcessor()
EventRegistryEngineConfiguration.getSystemOutboundEventProcessor()
Methods in org.flowable.eventregistry.impl with parameters of type OutboundEventProcessorModifier and TypeMethodDescriptionvoid
DefaultEventRegistry.setOutboundEventProcessor
(OutboundEventProcessor outboundEventProcessor) EventRegistryEngineConfiguration.setOutboundEventProcessor
(OutboundEventProcessor outboundEventProcessor) void
DefaultEventRegistry.setSystemOutboundEventProcessor
(OutboundEventProcessor systemOutboundEventProcessor) EventRegistryEngineConfiguration.setSystemOutboundEventProcessor
(OutboundEventProcessor systemOutboundEventProcessor)