public interface InstrumentedExecutor extends java.util.concurrent.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(java.lang.Runnable command)  | 
java.util.concurrent.Executor | 
getTarget()
Implementors can override to specify the target  
Executor. | 
instrumentjava.util.concurrent.Executor getTarget()
Executor.Executordefault void execute(@NonNull java.lang.Runnable command)
execute in interface java.util.concurrent.Executor