Interface InstrumentedExecutorService

All Superinterfaces:
Executor, ExecutorService, InstrumentedExecutor, RunnableInstrumenter
All Known Subinterfaces:
InstrumentedScheduledExecutorService

public interface InstrumentedExecutorService extends ExecutorService, InstrumentedExecutor
An ExecutorService that has been instrumented to allow for propagation of thread state and other instrumentation related tasks.
Since:
1.0
Author:
Graeme Rocher