Class ItemsSubscription<ResponseT,ItemT>

java.lang.Object
software.amazon.awssdk.core.pagination.async.PaginationSubscription<ResponseT>
software.amazon.awssdk.core.internal.pagination.async.ItemsSubscription<ResponseT,ItemT>
Type Parameters:
ResponseT - The type of a single response page
ItemT - The type of paginated member in a response page
All Implemented Interfaces:
org.reactivestreams.Subscription

public final class ItemsSubscription<ResponseT,ItemT> extends PaginationSubscription<ResponseT>
An implementation of the Subscription interface that can be used to signal and cancel demand for paginated items across pages