| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.commons.api.operation.paging | |
| com.mulesoft.connectivity.rest.commons.api.source |
| Modifier and Type | Class and Description |
|---|---|
class |
HypermediaPagingProvider
Implementation of
RestPagingProvider for APIs which do paging based on a next URL provided in the response of each
request. |
class |
MarkerPagingProvider
Implementation of
RestPagingProvider 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. |
class |
OffsetPagingProvider
Implementation of
RestPagingProvider for APIs which do paging based on an offset query param. |
class |
PageNumberPagingProvider
Implementation of
RestPagingProvider for APIs which do paging based on requesting individual pages by number |
| Modifier and Type | Method and Description |
|---|---|
RestPagingProvider |
RestPagingProvider.withResponseBinding(HttpResponseBinding responseBinding)
Allows specifying a transformation to be applied to the server response before extracting the items and paging them.
|
| Modifier and Type | Field and Description |
|---|---|
protected RestPagingProvider |
PaginatedBasedRestPollingSource.baseOperationPagingProvider |
Copyright © 2023. All rights reserved.