Uses of Interface
com.google.common.util.concurrent.ListeningScheduledExecutorService
-
Packages that use ListeningScheduledExecutorService Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ListeningScheduledExecutorService in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ListeningScheduledExecutorService Modifier and Type Method Description static ListeningScheduledExecutorService
MoreExecutors. listeningDecorator(java.util.concurrent.ScheduledExecutorService delegate)
Creates aScheduledExecutorService
whosesubmit
andinvokeAll
methods submitListenableFutureTask
instances to the given delegate executor.
-