Interface IncrementalSyncDataFetcher<T extends IncrementalSyncModel>
- Type Parameters:
T
- type of incremental sync model that will be used in page response
- All Known Implementing Classes:
IncrementalSyncDataFetcherImpl
public interface IncrementalSyncDataFetcher<T extends IncrementalSyncModel>
Retrieve incremental sync data based on the page request. Pagination will be used to retrieve data according to the limit.
- Since:
- 9.3.0
-
Method Summary
Modifier and TypeMethodDescriptiongetEvents
(PageRequest pageRequest) Perform paginated request to retrieve incremental sync events.
-
Method Details
-
getEvents
Perform paginated request to retrieve incremental sync events.- Parameters:
pageRequest
- Specifies pagination requirement for this request. Need to have cursor of typeIncrementalSyncCursor
- Returns:
- Batch of the incremental sync events
-