| Package | Description |
|---|---|
| org.flowable.eventregistry.api | |
| org.flowable.eventregistry.impl |
| Modifier and Type | Method and Description |
|---|---|
OutboundEventProcessor |
EventRegistry.getSystemOutboundEventProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRegistry.setOutboundEventProcessor(OutboundEventProcessor outboundEventProcessor)
The
OutboundEventProcessor is responsible for handling sending out events. |
void |
EventRegistry.setSystemOutboundEventProcessor(OutboundEventProcessor outboundEventProcessor)
The
OutboundEventProcessor is responsible for handling sending system out events. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOutboundEventProcessor |
class |
SystemOutboundEventProcessor<T> |
| Modifier and Type | Field and Description |
|---|---|
protected OutboundEventProcessor |
DefaultEventRegistry.outboundEventProcessor |
protected OutboundEventProcessor |
EventRegistryEngineConfiguration.outboundEventProcessor |
protected OutboundEventProcessor |
DefaultEventRegistry.systemOutboundEventProcessor |
protected OutboundEventProcessor |
EventRegistryEngineConfiguration.systemOutboundEventProcessor |
| Modifier and Type | Method and Description |
|---|---|
OutboundEventProcessor |
EventRegistryEngineConfiguration.getOutboundEventProcessor() |
OutboundEventProcessor |
DefaultEventRegistry.getSystemOutboundEventProcessor() |
OutboundEventProcessor |
EventRegistryEngineConfiguration.getSystemOutboundEventProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEventRegistry.setOutboundEventProcessor(OutboundEventProcessor outboundEventProcessor) |
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setOutboundEventProcessor(OutboundEventProcessor outboundEventProcessor) |
void |
DefaultEventRegistry.setSystemOutboundEventProcessor(OutboundEventProcessor systemOutboundEventProcessor) |
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setSystemOutboundEventProcessor(OutboundEventProcessor systemOutboundEventProcessor) |
Copyright © 2023 Flowable. All rights reserved.