| Modifier and Type | Method and Description |
|---|---|
Collection<EventRegistryEvent> |
InboundEventProcessingPipeline.run(String channelKey,
String rawEvent) |
Collection<EventRegistryEvent> |
InboundEventTransformer.transform(EventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRegistryEventConsumer.eventReceived(EventRegistryEvent event) |
void |
EventRegistry.sendEventToConsumers(EventRegistryEvent eventRegistryEvent)
Send an event to all the registered event consumers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEventRegistry.sendEventToConsumers(EventRegistryEvent eventRegistryEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEventRegistryEventConsumer.eventReceived(EventRegistryEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableEventRegistryEvent |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventRegistryEvent> |
DefaultInboundEventProcessingPipeline.run(String channelKey,
String rawEvent) |
Collection<EventRegistryEvent> |
DefaultInboundEventProcessingPipeline.transform(EventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventRegistryEvent> |
DefaultInboundEventTransformer.transform(EventInstance eventInstance) |
Copyright © 2023 Flowable. All rights reserved.