Interface RunnableInstrumenter
- All Known Subinterfaces:
InstrumentedExecutor, InstrumentedExecutorService, InstrumentedScheduledExecutorService
- All Known Implementing Classes:
ContextPropagatingExecutorService, ContextPropagatingScheduledExecutorService
public interface RunnableInstrumenter
Interface for classes that instrument
Runnable instances.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Method Summary
Modifier and TypeMethodDescriptiondefault Runnableinstrument(Runnable command) Implementors can override to instrument a Runnable.
-
Method Details
-
instrument
-