Package com.google.api.core
Interface ApiFuture<V>
- All Superinterfaces:
Future<V>
- All Known Implementing Classes:
AbstractApiFuture,ForwardingApiFuture,ListenableFutureToApiFuture,SettableApiFuture
A Future that can have a listener added.
Similar to Guava's ListenableFuture, but redeclared so that Guava could be shaded.
-
Method Summary
-
Method Details
-
addListener
-