| Package | Description |
|---|---|
| org.mule.connectors.restconnect.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 © 2019. All rights reserved.