public class HttpTriggerListener extends TriggerListenerBase
ActionContext propertiesThrowable.toString())application/json will be used.config, coreContainer| Constructor and Description |
|---|
HttpTriggerListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(CoreContainer coreContainer,
AutoScalingConfig.TriggerListenerConfig config) |
void |
onEvent(TriggerEvent event,
TriggerEventProcessorStage stage,
String actionName,
ActionContext context,
Throwable error,
String message)
This method is called when either a particular
stage or
actionName is reached during event processing. |
close, getConfigpublic void init(CoreContainer coreContainer, AutoScalingConfig.TriggerListenerConfig config)
init in interface TriggerListenerinit in class TriggerListenerBasepublic void onEvent(TriggerEvent event, TriggerEventProcessorStage stage, String actionName, ActionContext context, Throwable error, String message)
TriggerListenerstage or
actionName is reached during event processing.event - current event being processedstage - TriggerEventProcessorStage that this listener was registered for, or nullactionName - TriggerAction name that this listener was registered for, or nullcontext - optional ActionContext when the processing stage is related to an action, or nullerror - optional Throwable error, or nullmessage - optional messageCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.