Interface PagingProvider<C,T>
- Type Parameters:
C- connection type expected to handle the operations.T- the type of the returned pages.
- All Superinterfaces:
org.mule.sdk.api.runtime.streaming.PagingProvider<C,T>
@MinMuleVersion("4.1")
public interface PagingProvider<C,T>
extends org.mule.sdk.api.runtime.streaming.PagingProvider<C,T>
This interface provides functionality for consuming a data feed in pages.
Instances should not be reused. Each execution of a paging operation should return different instances.
Implementing this interface does not guarantee thread safeness.
- Since:
- 1.0
-
Method Summary
Methods inherited from interface org.mule.sdk.api.runtime.streaming.PagingProvider
close, getPage, getTotalResults, useStickyConnections