public class TotalExecutionTimeCommandInterceptor extends AbstractCommandInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected FlowableProfiler |
profiler |
next| Constructor and Description |
|---|
TotalExecutionTimeCommandInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
getNext, setNextprotected FlowableProfiler profiler
public TotalExecutionTimeCommandInterceptor()
public <T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
Copyright © 2020 Flowable. All rights reserved.