| Package | Description |
|---|---|
| org.flowable.eventregistry.api |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRegistry.eventReceived(InboundChannelModel channelModel,
InboundEvent event)
Events received in adapters should call this method to process events.
|
void |
InboundEventProcessor.eventReceived(InboundChannelModel channelModel,
InboundEvent event) |
Collection<EventRegistryEvent> |
InboundEventProcessingPipeline.run(InboundChannelModel inboundChannel,
InboundEvent inboundEvent) |
Copyright © 2022 Flowable. All rights reserved.