ResponseT
- The type of a single response pageItemT
- The type of paginated member in a response pagepublic class PaginatedItemsPublisher<ResponseT,ItemT> extends Object implements SdkPublisher<ItemT>
Constructor and Description |
---|
PaginatedItemsPublisher(AsyncPageFetcher<ResponseT> nextPageFetcher,
Function<ResponseT,Iterator<ItemT>> getIteratorFunction,
boolean isLastPage) |
Modifier and Type | Method and Description |
---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super ItemT> subscriber) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.