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.