Uses of Class
com.azure.core.util.paging.ContinuablePagedFlux
Packages that use ContinuablePagedFlux
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
Package containing paging abstraction.
-
Uses of ContinuablePagedFlux in com.azure.core.http.rest
Subclasses of ContinuablePagedFlux in com.azure.core.http.restModifier and TypeClassDescriptionclassPagedFlux<T>PagedFlux is a Flux that provides the ability to operate on paginated REST responses of typePagedResponseand individual items in such pages.classPagedFluxBase<T,P extends PagedResponse<T>> Deprecated. -
Uses of ContinuablePagedFlux in com.azure.core.util.paging
Subclasses of ContinuablePagedFlux in com.azure.core.util.pagingModifier and TypeClassDescriptionclassContinuablePagedFluxCore<C,T, P extends ContinuablePage<C, T>> The default implementation ofContinuablePagedFlux.Constructors in com.azure.core.util.paging with parameters of type ContinuablePagedFluxModifierConstructorDescriptionContinuablePagedIterable(ContinuablePagedFlux<C, T, P> pagedFlux) Creates instance with the givenContinuablePagedFlux.ContinuablePagedIterable(ContinuablePagedFlux<C, T, P> pagedFlux, int batchSize) Creates instance with the givenContinuablePagedFlux.
ContinuablePagedFluxCore.