Class TimedScheduledExecutorService

java.lang.Object
io.micrometer.core.instrument.internal.TimedScheduledExecutorService
All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService, ScheduledExecutorService

public class TimedScheduledExecutorService extends Object implements ScheduledExecutorService
A ScheduledExecutorService that is timed. This class is for internal use.
Since:
1.3.0
See Also: