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 String
getEventHandlerType()
void
handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
-
-
-
Method Detail
-
getEventHandlerType
public String getEventHandlerType()
- Specified by:
getEventHandlerType
in interfaceEventHandler
-
handleEvent
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
- Specified by:
handleEvent
in interfaceEventHandler
-
-