Class LoggingExecutionTreeCommandInvoker
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
org.flowable.engine.impl.interceptor.CommandInvoker
org.flowable.engine.impl.interceptor.LoggingExecutionTreeCommandInvoker
- All Implemented Interfaces:
CommandInterceptor
- Author:
- Joram Barrez
-
Field Summary
Fields inherited from class org.flowable.engine.impl.interceptor.CommandInvoker
agendaOperationRunnerFields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next -
Constructor Summary
ConstructorsConstructorDescriptionLoggingExecutionTreeCommandInvoker(AgendaOperationRunner agendaOperationRunner) -
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
-
Constructor Details
-
LoggingExecutionTreeCommandInvoker
-
-
Method Details
-
executeOperation
- Overrides:
executeOperationin classCommandInvoker
-