public class EventHandlerImpl extends Object implements EventHandler
Constructor and Description |
---|
EventHandlerImpl(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
String |
getEventHandlerType() |
void |
handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
handleIntermediateEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
public EventHandlerImpl(EventType eventType)
public void handleIntermediateEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
handleEvent
in interface EventHandler
public String getEventHandlerType()
getEventHandlerType
in interface EventHandler
Copyright © 2017. All rights reserved.