Interface ListeningScheduledExecutorService

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

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