Class WrappingScheduledExecutorService

java.lang.Object
com.google.common.util.concurrent.WrappingExecutorService
com.google.common.util.concurrent.WrappingScheduledExecutorService
All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService, ScheduledExecutorService

abstract class WrappingScheduledExecutorService extends WrappingExecutorService implements ScheduledExecutorService
An abstract ScheduledExecutorService that allows subclasses to wrap tasks before they are submitted to the underlying executor.

Note that task wrapping may occur even if the task is never executed.