Class SignalEventHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.event.EventHandlerImpl
-
- org.camunda.bpm.engine.impl.event.SignalEventHandler
-
- All Implemented Interfaces:
EventHandler
public class SignalEventHandler extends EventHandlerImpl
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description SignalEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object payloadLocal, 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
-
-
-
-
Method Detail
-
handleStartEvent
protected void handleStartEvent(EventSubscriptionEntity eventSubscription, Map<String,Object> payload, String businessKey, CommandContext commandContext)
-
handleEvent
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object payloadLocal, String businessKey, CommandContext commandContext)
- Specified by:
handleEvent
in interfaceEventHandler
- Overrides:
handleEvent
in classEventHandlerImpl
-
-