Class ConditionalEventHandler
java.lang.Object
org.camunda.bpm.engine.impl.event.ConditionalEventHandler
- All Implemented Interfaces:
EventHandler
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, Object payloadToTriggeredScope, String businessKey, CommandContext commandContext)
-
Constructor Details
-
ConditionalEventHandler
public ConditionalEventHandler()
-
-
Method Details
-
getEventHandlerType
- Specified by:
getEventHandlerType
in interfaceEventHandler
-
handleEvent
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, Object payloadToTriggeredScope, String businessKey, CommandContext commandContext) - Specified by:
handleEvent
in interfaceEventHandler
-