| Interface | Description |
|---|---|
| ContinuablePage<C,T> |
Represents Page from service that has reference to next set of one or more pages,
such a reference is known as continuation token.
|
| PageRetriever<C,P> |
A type representing the contract to retrieve one or more pages.
|
| Class | Description |
|---|---|
| ContinuablePagedFlux<C,T,P extends ContinuablePage<C,T>> |
A contract that represents a Flux that provides the ability to operate on pages of type
ContinuablePage and individual items in such pages. |
| ContinuablePagedFluxCore<C,T,P extends ContinuablePage<C,T>> |
The default implementation of
ContinuablePagedFlux. |
Copyright © 2020 Microsoft Corporation. All rights reserved.