Package com.google.cloud
Interface AsyncPageImpl.NextPageFetcher<T>
-
- Type Parameters:
T- the value type that the page holds
- All Superinterfaces:
Serializable
- Enclosing class:
- AsyncPageImpl<T>
public static interface AsyncPageImpl.NextPageFetcher<T> extends Serializable
Interface for asynchronously fetching the next page of results from the service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiFuture<AsyncPage<T>>getNextPage()
-