Interface EventHandler
-
- All Known Implementing Classes:
CompensationEventHandler
,ConditionalEventHandler
,EventHandlerImpl
,SignalEventHandler
public interface EventHandler
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEventHandlerType()
void
handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
-
-
-
Method Detail
-
getEventHandlerType
String getEventHandlerType()
-
handleEvent
void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
-
-