Interface RunnableInstrumenter
-
- All Known Subinterfaces:
InstrumentedExecutor
,InstrumentedExecutorService
,InstrumentedScheduledExecutorService
public interface RunnableInstrumenter
Interface for classes that instrumentRunnable
instances.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.Runnable
instrument(java.lang.Runnable command)
Implementors can override to instrument a Runnable.
-