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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object payloadLocal, Object payloadToTriggeredScope, String businessKey, CommandContext commandContext) protected voidhandleStartEvent(EventSubscriptionEntity eventSubscription, Map<String, Object> payload, String businessKey, CommandContext commandContext) Methods inherited from class org.camunda.bpm.engine.impl.event.EventHandlerImplgetEventHandlerType, handleIntermediateEvent
- 
Constructor Details- 
SignalEventHandlerpublic SignalEventHandler()
 
- 
- 
Method Details- 
handleStartEventprotected void handleStartEvent(EventSubscriptionEntity eventSubscription, Map<String, Object> payload, String businessKey, CommandContext commandContext) 
- 
handleEventpublic void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object payloadLocal, Object payloadToTriggeredScope, String businessKey, CommandContext commandContext) - Specified by:
- handleEventin interface- EventHandler
- Overrides:
- handleEventin class- EventHandlerImpl
 
 
-