Interface InstrumentedExecutor
-
- All Superinterfaces:
java.util.concurrent.Executor
,RunnableInstrumenter
- All Known Subinterfaces:
InstrumentedExecutorService
,InstrumentedScheduledExecutorService
public interface InstrumentedExecutor extends java.util.concurrent.Executor, RunnableInstrumenter
AnExecutor
that has been instrumented to allow for propagation of thread state and other instrumentation related tasks.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
execute(java.lang.Runnable command)
java.util.concurrent.Executor
getTarget()
Implementors can override to specify the targetExecutor
.-
Methods inherited from interface io.micronaut.scheduling.instrument.RunnableInstrumenter
instrument
-
-