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