Class ConditionalEventHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.event.ConditionalEventHandler
-
- All Implemented Interfaces:
EventHandler
public class ConditionalEventHandler extends Object implements EventHandler
- Author:
- Christopher Zell
-
-
Constructor Summary
Constructors Constructor Description ConditionalEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventHandlerType()voidhandleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
-
-
-
Method Detail
-
getEventHandlerType
public String getEventHandlerType()
- Specified by:
getEventHandlerTypein interfaceEventHandler
-
handleEvent
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
- Specified by:
handleEventin interfaceEventHandler
-
-