Interface RunnableInstrumenter
- All Known Subinterfaces:
- InstrumentedExecutor,- InstrumentedExecutorService,- InstrumentedScheduledExecutorService
public interface RunnableInstrumenter
Interface for classes that instrument 
Runnable instances.- Since:
- 1.0
- Author:
- Graeme Rocher
- 
Method SummaryModifier and TypeMethodDescriptiondefault Runnableinstrument(Runnable command) Implementors can override to instrument a Runnable.
- 
Method Details- 
instrumentImplementors can override to instrument a Runnable.- Parameters:
- command- The command to instrument
- Returns:
- The instrumented runnable
 
 
-