| Modifier and Type | Method and Description |
|---|---|
protected void |
EventRegistryEventListenerActivityBehaviour.handleEventInstance(PlanItemInstanceEntity planItemInstanceEntity,
EventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmmnEventRegistryEventConsumer.eventReceived(EventInstance eventInstance) |
protected void |
CmmnEventRegistryEventConsumer.handleEventSubscription(CmmnRuntimeService cmmnRuntimeService,
EventSubscription eventSubscription,
EventInstance eventInstance,
Collection<CorrelationKey> correlationKeys) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EventInstanceCmmnUtil.handleEventInstanceOutParameters(VariableScope variableScope,
BaseElement baseElement,
EventInstance eventInstance)
Processes the 'out parameters' of an
EventInstance and stores the corresponding variables on the VariableScope. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BpmnEventRegistryEventConsumer.eventReceived(EventInstance eventInstance) |
protected void |
BpmnEventRegistryEventConsumer.handleEventSubscription(RuntimeService runtimeService,
EventSubscription eventSubscription,
EventInstance eventInstance,
Collection<CorrelationKey> correlationKeys) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EventInstanceBpmnUtil.handleEventInstanceOutParameters(VariableScope variableScope,
BaseElement baseElement,
EventInstance eventInstance)
Processes the 'out parameters' of an
EventInstance and stores the corresponding variables on the VariableScope. |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemOutboundEventProcessor.sendEvent(EventInstance eventInstance,
Collection<ChannelModel> channelModels) |
void |
DefaultOutboundEventProcessor.sendEvent(EventInstance eventInstance,
Collection<ChannelModel> channelModels) |
void |
DefaultEventRegistry.sendEventOutbound(EventInstance eventInstance,
Collection<ChannelModel> channelModels) |
void |
DefaultEventRegistry.sendSystemEventOutbound(EventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseEventRegistryEventConsumer.eventReceived(EventInstance eventInstance) |
protected List<EventSubscription> |
BaseEventRegistryEventConsumer.findEventSubscriptions(String scopeType,
EventInstance eventInstance,
Collection<CorrelationKey> correlationKeys) |
| Modifier and Type | Field and Description |
|---|---|
protected EventInstance |
FlowableEventRegistryEvent.eventInstance |
| Modifier and Type | Method and Description |
|---|---|
EventInstance |
FlowableEventRegistryEvent.getEventInstance() |
EventInstance |
FlowableEventRegistryEvent.getEventObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableEventRegistryEvent.setEventInstance(EventInstance eventInstance) |
| Constructor and Description |
|---|
FlowableEventRegistryEvent(EventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
EventInstance |
InMemoryOutboundEventProcessingPipeline.run(EventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
EventInstance |
InMemoryOutboundEventProcessingPipeline.run(EventInstance eventInstance) |
String |
DefaultOutboundEventProcessingPipeline.run(EventInstance eventInstance) |
void |
InMemoryOutboundEventChannelAdapter.sendEvent(EventInstance rawEvent) |
Collection<EventRegistryEvent> |
DefaultInboundEventProcessingPipeline.transform(EventInstance eventInstance) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
String |
EventPayloadToXmlStringSerializer.serialize(EventInstance eventInstance) |
String |
EventPayloadToJsonStringSerializer.serialize(EventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventRegistryEvent> |
DefaultInboundEventTransformer.transform(EventInstance eventInstance) |
Copyright © 2023 Flowable. All rights reserved.