public class EventSubscriptionUtil extends Object
| Constructor and Description |
|---|
EventSubscriptionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
eventReceived(EventSubscriptionEntity eventSubscriptionEntity,
Object payload,
boolean processAsync) |
protected static void |
processEventSync(EventSubscriptionEntity eventSubscriptionEntity,
Object payload) |
static void |
processPayloadMap(Object payload,
ExecutionEntity execution,
org.flowable.bpmn.model.FlowNode currentFlowElement,
CommandContext commandContext) |
protected static void |
scheduleEventAsync(EventSubscriptionEntity eventSubscriptionEntity,
Object payload) |
public static void eventReceived(EventSubscriptionEntity eventSubscriptionEntity, Object payload, boolean processAsync)
public static void processPayloadMap(Object payload, ExecutionEntity execution, org.flowable.bpmn.model.FlowNode currentFlowElement, CommandContext commandContext)
protected static void processEventSync(EventSubscriptionEntity eventSubscriptionEntity, Object payload)
protected static void scheduleEventAsync(EventSubscriptionEntity eventSubscriptionEntity, Object payload)
Copyright © 2020 Flowable. All rights reserved.