public interface EventInstance
EventModel through an associated EventDefinition,
which typically is determined by the channel pipeline (key detection phase).
The ChannelModel represents the channel (and pipeline)
on which the event was received or, in the case of sending, needs to be sent out (can be multiple).| Modifier and Type | Method and Description |
|---|---|
Collection<EventPayloadInstance> |
getCorrelationParameterInstances() |
String |
getEventKey() |
Collection<EventPayloadInstance> |
getHeaderInstances() |
Collection<EventPayloadInstance> |
getPayloadInstances() |
String |
getTenantId() |
String getEventKey()
Collection<EventPayloadInstance> getPayloadInstances()
Collection<EventPayloadInstance> getHeaderInstances()
Collection<EventPayloadInstance> getCorrelationParameterInstances()
String getTenantId()
Copyright © 2022 Flowable. All rights reserved.