|
Interface Summary |
| MetadataLocation |
A marker interface for PageConfig which describes where to find paging metadata in a response. |
| PagedList<T> |
This class wraps a result and provides methods for retrieving the next and previous result sets. |
| PageParameterExtractor<T extends PageConfig> |
Classes which implement this interface are responsible for consuming a response from a server and extracting paging information (if any). |
| ParameterProvider |
Classes which implement this interface should provide the necessary parameters for paging to a Pipe's read request. |