Class TotalExecutionTimeCommandInterceptor
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
org.flowable.engine.test.profiler.TotalExecutionTimeCommandInterceptor
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.CommandInterceptor
public class TotalExecutionTimeCommandInterceptor
extends org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
- Author:
- Joram Barrez
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
execute
(org.flowable.common.engine.impl.interceptor.CommandConfig config, org.flowable.common.engine.impl.interceptor.Command<T> command, org.flowable.common.engine.impl.interceptor.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
public <T> T execute(org.flowable.common.engine.impl.interceptor.CommandConfig config, org.flowable.common.engine.impl.interceptor.Command<T> command, org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-