Interface AsyncPageImpl.NextPageFetcher<T> (2.5.11)

public static interface AsyncPageImpl.NextPageFetcher<T> extends Serializable

Interface for asynchronously fetching the next page of results from the service.

Implements

Serializable

Type Parameter

NameDescription
T

Methods

getNextPage()

public abstract ApiFuture<AsyncPage<T>> getNextPage()
Returns
TypeDescription
ApiFuture<AsyncPage<T>>