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 com.google.api.core.ApiFuture<com.google.api.gax.paging.AsyncPage<T>>
getNextPage()
-
-
-
Method Detail
-
getNextPage
com.google.api.core.ApiFuture<com.google.api.gax.paging.AsyncPage<T>> getNextPage()
-
-