Interface ListeningScheduledExecutorService

All Superinterfaces:
AutoCloseable, Executor, ExecutorService, ListeningExecutorService, ScheduledExecutorService

@GwtIncompatible public interface ListeningScheduledExecutorService extends ScheduledExecutorService, ListeningExecutorService
A ScheduledExecutorService that returns ListenableFuture instances from its ExecutorService methods. To create an instance from an existing ScheduledExecutorService, call MoreExecutors.listeningDecorator(ScheduledExecutorService).
Since:
10.0
Author:
Chris Povirk