| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.commons.api.operation.paging |
| Modifier and Type | Class and Description |
|---|---|
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 |
Copyright © 2021. All rights reserved.