org.camunda.bpm.engine.impl.event
Class CompensationEventHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.event.CompensationEventHandler
All Implemented Interfaces:
EventHandler

public class CompensationEventHandler
extends Object
implements EventHandler

Author:
Daniel Meyer

Field Summary
static String EVENT_HANDLER_TYPE
           
 
Constructor Summary
CompensationEventHandler()
           
 
Method Summary
 String getEventHandlerType()
           
 void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_HANDLER_TYPE

public static final String EVENT_HANDLER_TYPE
See Also:
Constant Field Values
Constructor Detail

CompensationEventHandler

public CompensationEventHandler()
Method Detail

getEventHandlerType

public String getEventHandlerType()
Specified by:
getEventHandlerType in interface EventHandler

handleEvent

public void handleEvent(EventSubscriptionEntity eventSubscription,
                        Object payload,
                        CommandContext commandContext)
Specified by:
handleEvent in interface EventHandler


Copyright © 2016 camunda services GmbH. All rights reserved.