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 Detail

      • getNextPage

        com.google.api.core.ApiFuture<com.google.api.gax.paging.AsyncPage<T>> getNextPage()