| Package | Description |
|---|---|
| org.flowable.eventregistry.api |
| Modifier and Type | Method and Description |
|---|---|
EventInstance |
OutboundEvent.getEventInstance() |
| Modifier and Type | Method and Description |
|---|---|
T |
OutboundEventProcessingPipeline.run(EventInstance eventInstance) |
void |
OutboundEventProcessor.sendEvent(EventInstance eventInstance,
Collection<ChannelModel> channelModels) |
void |
EventRegistry.sendEventOutbound(EventInstance eventInstance,
Collection<ChannelModel> channelModels)
Send out the
eventInstance via the given channelModel(s). |
void |
EventRegistry.sendSystemEventOutbound(EventInstance eventInstance)
Send out the
eventInstance via the given system OutboundEventProcessor. |
String |
OutboundEventSerializer.serialize(EventInstance eventInstance)
The actual serialization.
|
Collection<EventRegistryEvent> |
InboundEventTransformer.transform(EventInstance eventInstance) |
Copyright © 2022 Flowable. All rights reserved.