public interface InstrumentedExecutor extends Executor, RunnableInstrumenter
Executor that has been instrumented to allow for propagation of thread state
 and other instrumentation related tasks.| Modifier and Type | Method and Description | 
|---|---|
| default void | execute(Runnable command) | 
| Executor | getTarget()Implementors can override to specify the target  Executor. | 
instrument