Class LoggingExecutionTreeAgendaOperationExecutionListener
java.lang.Object
org.flowable.engine.impl.interceptor.LoggingExecutionTreeAgendaOperationExecutionListener
- All Implemented Interfaces:
AgendaOperationExecutionListener
public class LoggingExecutionTreeAgendaOperationExecutionListener
extends Object
implements AgendaOperationExecutionListener
- Author:
- Joram Barrez, Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterExecute(CommandContext commandContext, Runnable runnable) voidafterExecuteException(CommandContext commandContext, Runnable runnable, Throwable error) voidbeforeExecute(CommandContext commandContext, Runnable runnable)
-
Constructor Details
-
LoggingExecutionTreeAgendaOperationExecutionListener
public LoggingExecutionTreeAgendaOperationExecutionListener()
-
-
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
-