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

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

public class ConditionalEventHandler
extends Object
implements EventHandler

Author:
Christopher Zell

Constructor Summary
ConditionalEventHandler()
           
 
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

ConditionalEventHandler

public ConditionalEventHandler()
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.