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. |
instrument