| Interface | Description |
|---|---|
| AsyncPageFetcher<ResponseT> |
Interface to deal with async paginated responses.
|
| PaginatedItemsPublisher.Builder | |
| ResponsesSubscription.Builder | |
| SdkPublisher<T> |
Interface that is implemented by the Async auto-paginated responses.
|
| Class | Description |
|---|---|
| EmptySubscription |
A NoOp implementation of
Subscription interface. |
| PaginatedItemsPublisher<ResponseT,ItemT> |
A publisher to request for a stream of paginated items.
|
| ResponsesSubscription<ResponseT> |
An implementation of the
Subscription interface that can be used to signal and cancel demand for
paginated response pages. |
| SequentialSubscriber<T> |
A simple implementation of
Subscriber that requests data one at a time. |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.