Class PaginatedItemsPublisher<ResponseT,ItemT>
java.lang.Object
software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher<ResponseT,ItemT>
- Type Parameters:
ResponseT
- The type of a single response pageItemT
- The type of paginated member in a response page
- All Implemented Interfaces:
org.reactivestreams.Publisher<ItemT>
,SdkPublisher<ItemT>
public final class PaginatedItemsPublisher<ResponseT,ItemT>
extends Object
implements SdkPublisher<ItemT>
A publisher to request for a stream of paginated items. The class can be used to request data for paginated items
across multiple pages.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.core.async.SdkPublisher
addTrailingData, buffer, doAfterOnCancel, doAfterOnComplete, doAfterOnError, filter, filter, flatMapIterable, limit, map, subscribe
-
Method Details
-
builder
-
subscribe
-