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