ExecutorService instances.See: Description
| Interface | Description | 
|---|---|
| InstrumentedExecutor | An  Executorthat has been instrumented to allow for propagation of thread state
 and other instrumentation related tasks. | 
| InstrumentedExecutorService | An  ExecutorServicethat has been instrumented to allow for propagation of thread state
 and other instrumentation related tasks. | 
| InstrumentedScheduledExecutorService | A  ScheduledExecutorServicethat has been instrumented. | 
| ReactiveInstrumenter | An interface for reactive instrumentation where the instrumenter is initialized a head of type
 at the point where state is available. | 
| RunnableInstrumenter | Interface for classes that instrument  Runnableinstances. | 
ExecutorService instances.