T - the object type passed on by this steppublic interface AsyncStep<T>
AsyncSteps and submit a Callable to the ListeningExecutorService to run after all its dependent AsyncSteps (for example,
by using Futures.whenAllSucceed(com.google.common.util.concurrent.ListenableFuture<? extends V>...))
getFuture() return the submitted future
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<T> |
getFuture() |
com.google.common.util.concurrent.ListenableFuture<T> getFuture()
Copyright © 2018. All rights reserved.