Class TotalExecutionTimeCommandInterceptor
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
org.flowable.engine.test.profiler.TotalExecutionTimeCommandInterceptor
- All Implemented Interfaces:
CommandInterceptor
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) Methods inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
getNext, setNext
-
Field Details
-
profiler
-
-
Constructor Details
-
TotalExecutionTimeCommandInterceptor
public TotalExecutionTimeCommandInterceptor()
-
-
Method Details
-
execute
-