public abstract class AbstractEventHandler extends Object implements EventHandler
| Constructor and Description |
|---|
AbstractEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
handleIntermediateEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventHandlerTypepublic void handleIntermediateEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
handleEvent in interface EventHandlerCopyright © 2018. All rights reserved.