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. -
Uses of OutboundEventProcessor in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement OutboundEventProcessorModifier and TypeClassDescriptionclassclassFields in org.flowable.eventregistry.impl declared as OutboundEventProcessorModifier and TypeFieldDescriptionprotected OutboundEventProcessorDefaultEventRegistry.outboundEventProcessorprotected OutboundEventProcessorEventRegistryEngineConfiguration.outboundEventProcessorprotected OutboundEventProcessorDefaultEventRegistry.systemOutboundEventProcessorprotected OutboundEventProcessorEventRegistryEngineConfiguration.systemOutboundEventProcessorMethods 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 TypeMethodDescriptionvoidDefaultEventRegistry.setOutboundEventProcessor(OutboundEventProcessor outboundEventProcessor) EventRegistryEngineConfiguration.setOutboundEventProcessor(OutboundEventProcessor outboundEventProcessor) voidDefaultEventRegistry.setSystemOutboundEventProcessor(OutboundEventProcessor systemOutboundEventProcessor) EventRegistryEngineConfiguration.setSystemOutboundEventProcessor(OutboundEventProcessor systemOutboundEventProcessor)