| Interface | Description |
|---|---|
| PagingStrategy |
Strategy to allow implementing different types of pagination.
|
| Class | Description |
|---|---|
| DataweaveHypermediaPagingStrategy |
An implementation for
HypermediaPagingStrategy which uses DataWeave to extract the next URL. |
| DataweaveMarkerPagingStrategy |
An implementation for
MarkerPagingStrategy which uses DataWeave to extract the next marker. |
| HypermediaPagingStrategy |
Base class of
PagingStrategy for APIs which do paging based on a next URL provided in the response of each request. |
| MarkerPagingStrategy |
Base class of
PagingStrategy for APIs which do paging based on a marker provided in the response of each request,
acting as a marker or position inside the stream of results. |
| OffsetPagingStrategy |
Implementation of
RestPagingProvider for APIs which do paging based on an offset query param. |
| PageNumberPagingStrategy |
Base class of
PagingStrategy for APIs which do paging based on requesting individual pages by number |
Copyright © 2022. All rights reserved.