Class LoggingCommandInvoker
- java.lang.Object
-
- org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.flowable.engine.impl.interceptor.CommandInvoker
-
- org.flowable.engine.test.impl.logger.LoggingCommandInvoker
-
- All Implemented Interfaces:
CommandInterceptor
public class LoggingCommandInvoker extends CommandInvoker
- Author:
- jbarrez
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessExecutionLoggerprocessExecutionLogger-
Fields inherited from class org.flowable.engine.impl.interceptor.CommandInvoker
agendaOperationRunner
-
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description LoggingCommandInvoker(AgendaOperationRunner agendaOperationRunner, ProcessExecutionLogger processExecutionLogger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteOperation(CommandContext commandContext, Runnable runnable)-
Methods inherited from class org.flowable.engine.impl.interceptor.CommandInvoker
execute, executeOperations, getAgendaOperationRunner, getNext, setAgendaOperationRunner, setNext
-
-
-
-
Field Detail
-
processExecutionLogger
protected ProcessExecutionLogger processExecutionLogger
-
-
Constructor Detail
-
LoggingCommandInvoker
public LoggingCommandInvoker(AgendaOperationRunner agendaOperationRunner, ProcessExecutionLogger processExecutionLogger)
-
-
Method Detail
-
executeOperation
public void executeOperation(CommandContext commandContext, Runnable runnable)
- Overrides:
executeOperationin classCommandInvoker
-
-