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
- Author:
- jbarrez
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.interceptor.CommandInvoker
agendaOperationRunnerFields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next -
Constructor Summary
ConstructorsConstructorDescriptionLoggingCommandInvoker(AgendaOperationRunner agendaOperationRunner, ProcessExecutionLogger processExecutionLogger) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteOperation(CommandContext commandContext, Runnable runnable) Methods inherited from class org.flowable.engine.impl.interceptor.CommandInvoker
execute, executeOperations, getAgendaOperationRunner, getNext, setAgendaOperationRunner, setNext
-
Field Details
-
processExecutionLogger
-
-
Constructor Details
-
LoggingCommandInvoker
public LoggingCommandInvoker(AgendaOperationRunner agendaOperationRunner, ProcessExecutionLogger processExecutionLogger)
-
-
Method Details
-
executeOperation
- Overrides:
executeOperationin classCommandInvoker
-