public interface EventHandler
| Modifier and Type | Method and Description | 
|---|---|
| String | getEventHandlerType() | 
| void | handleEvent(EventSubscriptionEntity eventSubscription,
           Object payload,
           CommandContext commandContext) | 
String getEventHandlerType()
void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
Copyright © 2018. All rights reserved.