PageRetriever<C,P> Interface
Type Parameters
- C
Type of the continuation token.
- P
the page elements type
public interface PageRetriever<C,P>
This class handles retrieving pages.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Flux<P> |
get(C continuationToken, Integer pageSize)
Retrieves one or more pages starting from the page identified by the given continuation token. |
Method Details
get
public abstract Flux
get(C continuationToken, Integer pageSize)
Retrieves one or more pages starting from the page identified by the given continuation token.
Parameters:
null indicates to retrieve
the first page.
null will use the source's default
page size.
Returns: