Class LoggingAgendaOperationExecutionListener
java.lang.Object
org.flowable.engine.test.impl.logger.LoggingAgendaOperationExecutionListener
- All Implemented Interfaces:
AgendaOperationExecutionListener
public class LoggingAgendaOperationExecutionListener
extends Object
implements AgendaOperationExecutionListener
- Author:
- Joram Barrez, Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoggingAgendaOperationExecutionListener(ProcessExecutionLogger processExecutionLogger) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterExecute(CommandContext commandContext, Runnable runnable) voidafterExecuteException(CommandContext commandContext, Runnable runnable, Throwable error) voidbeforeExecute(CommandContext commandContext, Runnable runnable) protected StringgetDebugInfoKey(Runnable runnable)
-
Field Details
-
processExecutionLogger
-
-
Constructor Details
-
LoggingAgendaOperationExecutionListener
-
-
Method Details
-
beforeExecute
- Specified by:
beforeExecutein interfaceAgendaOperationExecutionListener
-
afterExecute
- Specified by:
afterExecutein interfaceAgendaOperationExecutionListener
-
afterExecuteException
public void afterExecuteException(CommandContext commandContext, Runnable runnable, Throwable error) - Specified by:
afterExecuteExceptionin interfaceAgendaOperationExecutionListener
-
getDebugInfoKey
-