Package org.flowable.engine.impl.util
Class EventSubscriptionUtil
java.lang.Object
org.flowable.engine.impl.util.EventSubscriptionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
eventReceived
(EventSubscriptionEntity eventSubscriptionEntity, Object payload, boolean processAsync) protected static void
processEventSync
(EventSubscriptionEntity eventSubscriptionEntity, Object payload) static void
processPayloadMap
(Object payload, ExecutionEntity execution, FlowNode currentFlowElement, CommandContext commandContext) protected static void
scheduleEventAsync
(EventSubscriptionEntity eventSubscriptionEntity, Object payload)
-
Constructor Details
-
EventSubscriptionUtil
public EventSubscriptionUtil()
-
-
Method Details
-
eventReceived
public static void eventReceived(EventSubscriptionEntity eventSubscriptionEntity, Object payload, boolean processAsync) -
processPayloadMap
public static void processPayloadMap(Object payload, ExecutionEntity execution, FlowNode currentFlowElement, CommandContext commandContext) -
processEventSync
protected static void processEventSync(EventSubscriptionEntity eventSubscriptionEntity, Object payload) -
scheduleEventAsync
protected static void scheduleEventAsync(EventSubscriptionEntity eventSubscriptionEntity, Object payload)
-