Class TotalExecutionTimeCommandInterceptor
- java.lang.Object
-
- org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.flowable.engine.test.profiler.TotalExecutionTimeCommandInterceptor
-
- All Implemented Interfaces:
CommandInterceptor
public class TotalExecutionTimeCommandInterceptor extends AbstractCommandInterceptor
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected FlowableProfilerprofiler-
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description TotalExecutionTimeCommandInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Texecute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)-
Methods inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
getNext, setNext
-
-
-
-
Field Detail
-
profiler
protected FlowableProfiler profiler
-
-
Method Detail
-
execute
public <T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
-
-