Package io.micronaut.scheduling.instrument
Interfaces for simplifying instrumentation of
ExecutorService instances.- Since:
- 1.0
-
Interface Summary Interface Description Instrumentation Instrumentation represents an ongoing instrumentation with a given context ofInvocationInstrumenterif any.InstrumentedExecutor AnExecutorthat has been instrumented to allow for propagation of thread state and other instrumentation related tasks.InstrumentedExecutorService AnExecutorServicethat has been instrumented to allow for propagation of thread state and other instrumentation related tasks.InstrumentedScheduledExecutorService AScheduledExecutorServicethat 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 instrumentRunnableinstances.