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
    Modifier and Type
    Field
    Description
     

    Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor

    next
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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)