Class SignalEventHandler
java.lang.Object
org.camunda.bpm.engine.impl.event.EventHandlerImpl
org.camunda.bpm.engine.impl.event.SignalEventHandler
- All Implemented Interfaces:
EventHandler
- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, Object payloadLocal, Object payloadToTriggeredScope, String businessKey, CommandContext commandContext) protected void
handleStartEvent
(EventSubscriptionEntity eventSubscription, Map<String, Object> payload, String businessKey, CommandContext commandContext) Methods inherited from class org.camunda.bpm.engine.impl.event.EventHandlerImpl
getEventHandlerType, handleIntermediateEvent
-
Constructor Details
-
SignalEventHandler
public SignalEventHandler()
-
-
Method Details
-
handleStartEvent
protected void handleStartEvent(EventSubscriptionEntity eventSubscription, Map<String, Object> payload, String businessKey, CommandContext commandContext) -
handleEvent
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object payloadLocal, Object payloadToTriggeredScope, String businessKey, CommandContext commandContext) - Specified by:
handleEvent
in interfaceEventHandler
- Overrides:
handleEvent
in classEventHandlerImpl
-