Package io.micronaut.scheduling.instrument
package io.micronaut.scheduling.instrument
Interfaces for simplifying instrumentation of
ExecutorService
instances.- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionAn
Executor
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.Interface for classes that instrumentRunnable
instances.