Class EventHandlerImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.event.EventHandlerImpl
-
- All Implemented Interfaces:
EventHandler
- Direct Known Subclasses:
SignalEventHandler
public class EventHandlerImpl extends Object implements EventHandler
- Author:
- Daniel Meyer, Falko Menge, Christopher Zell
-
-
Constructor Summary
Constructors Constructor Description EventHandlerImpl(EventType eventType)
-
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)
void
handleIntermediateEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, CommandContext commandContext)
-
-
-
Constructor Detail
-
EventHandlerImpl
public EventHandlerImpl(EventType eventType)
-
-
Method Detail
-
handleIntermediateEvent
public void handleIntermediateEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, CommandContext commandContext)
-
handleEvent
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
- Specified by:
handleEvent
in interfaceEventHandler
-
getEventHandlerType
public String getEventHandlerType()
- Specified by:
getEventHandlerType
in interfaceEventHandler
-
-