Package io.micronaut.scheduling.instrument
package io.micronaut.scheduling.instrument
Interfaces for simplifying instrumentation of
ExecutorService
instances.- Since:
- 1.0
- Author:
- Graeme Rocher
-
InterfacesClassDescriptionInstrumentation represents an ongoing instrumentation with a given context of
InvocationInstrumenter
if any.AnExecutor
that has been instrumented to allow for propagation of thread state and other instrumentation related tasks.AnExecutorService
that has been instrumented to allow for propagation of thread state and other instrumentation related tasks.AScheduledExecutorService
that has been instrumented.An interface for invocation instrumentation.An factory interface for invocation instrumentation, factory method decides if instrumentation is needed.An factory interface for reactive invocation instrumentation, factory method decides if instrumentation is needed.Interface for classes that instrumentRunnable
instances.