public class SignalEventHandler extends AbstractEventHandler
| Modifier and Type | Field and Description | 
|---|---|
static String | 
EVENT_HANDLER_TYPE  | 
| Constructor and Description | 
|---|
SignalEventHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEventHandlerType()  | 
void | 
handleEvent(EventSubscriptionEntity eventSubscription,
           Object payload,
           CommandContext commandContext)  | 
protected void | 
handleStartEvent(EventSubscriptionEntity eventSubscription,
                Object payload,
                CommandContext commandContext)  | 
handleIntermediateEventpublic static final String EVENT_HANDLER_TYPE
public String getEventHandlerType()
protected void handleStartEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
public void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
handleEvent in interface EventHandlerhandleEvent in class AbstractEventHandlerCopyright © 2017. All rights reserved.