ExecutorService instances.See: Description
| Interface | Description | 
|---|---|
| Instrumentation | Instrumentation represents an ongoing instrumentation with a given context of  InvocationInstrumenterif any. | 
| 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. | 
| InvocationInstrumenter | An interface for invocation instrumentation. | 
| InvocationInstrumenterFactory | An factory interface for invocation instrumentation, factory method decides if instrumentation is needed. | 
| ReactiveInvocationInstrumenterFactory | An factory interface for reactive invocation instrumentation, factory method decides if instrumentation is needed. | 
| RunnableInstrumenter | Interface for classes that instrument  Runnableinstances. | 
ExecutorService instances.