public class LoggingListener extends TriggerListenerBase
TriggerListener
that reports
events to a log.cloudManager, config, enabled, loader, requiredProperties, validProperties, validPropertyPrefixes
Constructor and Description |
---|
LoggingListener() |
Modifier and Type | Method and Description |
---|---|
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. |
public void onEvent(TriggerEvent event, TriggerEventProcessorStage stage, String actionName, ActionContext context, Throwable error, String message)
TriggerListener
stage
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-2019 Apache Software Foundation. All Rights Reserved.