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,
Object localPayload,
String businessKey,
CommandContext commandContext) |
void |
handleIntermediateEvent(EventSubscriptionEntity eventSubscription,
Object payload,
Object localPayload,
CommandContext commandContext) |
public EventHandlerImpl(EventType eventType)
public void handleIntermediateEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, CommandContext commandContext)
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
handleEvent
in interface EventHandler
public String getEventHandlerType()
getEventHandlerType
in interface EventHandler
Copyright © 2022. All rights reserved.