| Package | Description |
|---|---|
| org.flowable.eventregistry.api |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventRegistryEvent> |
InboundEventProcessingPipeline.run(InboundChannelModel inboundChannel,
InboundEvent inboundEvent) |
Collection<EventRegistryEvent> |
InboundEventTransformer.transform(EventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryProcessingInfo |
EventRegistryEventConsumer.eventReceived(EventRegistryEvent event) |
void |
EventRegistryNonMatchingEventConsumer.handleNonMatchingEvent(EventRegistryEvent event,
EventRegistryProcessingInfo eventRegistryProcessingInfo) |
void |
EventRegistry.sendEventToConsumers(EventRegistryEvent eventRegistryEvent)
Send an event to all the registered event consumers.
|
Copyright © 2022 Flowable. All rights reserved.