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

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
 

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 © 2017 camunda services GmbH. All rights reserved.