| Package | Description |
|---|---|
| org.flowable.eventregistry.api |
| 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.
|
Copyright © 2020 Flowable. All rights reserved.