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 Summary
Modifier and TypeMethodDescriptiondefault Runnable
instrument
(Runnable command) Implementors can override to instrument a Runnable.
-
Method Details
-
instrument
Implementors can override to instrument a Runnable.- Parameters:
command
- The command to instrument- Returns:
- The instrumented runnable
-