Interface InstrumentedScheduledExecutorService

All Superinterfaces:
Executor, ExecutorService, InstrumentedExecutor, InstrumentedExecutorService, RunnableInstrumenter, ScheduledExecutorService

public interface InstrumentedScheduledExecutorService extends InstrumentedExecutorService, ScheduledExecutorService
A ScheduledExecutorService that has been instrumented.
Since:
1.0
Author:
Graeme Rocher