T
- The result object type returned by this futurepublic interface ListenableRunnableFuture<T> extends ListenableFuture<T>, java.util.concurrent.RunnableFuture<T>
ListenableFuture
which can be executed. Allowing you to construct the future
with the interior work, submit it to an Executor
, and then return
this future.
This is similar to RunnableFuture
except that it provides the
additional functionality from the ListenableFuture
interface.
ListenableFuture.ListenerOptimizationStrategy
addCallback, addCallback, addCallback, addListener, addListener, addListener, flatMap, flatMap, flatMap, map, map, map