Uses of Interface
com.azure.core.util.paging.PageRetriever
Packages that use PageRetriever
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
Package containing paging abstraction.
-
Uses of PageRetriever in com.azure.core.http.rest
Method parameters in com.azure.core.http.rest with type arguments of type PageRetrieverModifier and TypeMethodDescriptionstatic <T> PagedFlux<T> PagedFlux.create(Supplier<PageRetriever<String, PagedResponse<T>>> provider) Creates an instance ofPagedFluxbacked by a Page Retriever Supplier (provider). -
Uses of PageRetriever in com.azure.core.util.paging
Constructor parameters in com.azure.core.util.paging with type arguments of type PageRetrieverModifierConstructorDescriptionprotectedContinuablePagedFluxCore(Supplier<PageRetriever<C, P>> pageRetrieverProvider) Creates an instance ofContinuablePagedFluxCore.protectedContinuablePagedFluxCore(Supplier<PageRetriever<C, P>> pageRetrieverProvider, int pageSize) Creates an instance ofContinuablePagedFluxCore.protectedContinuablePagedFluxCore(Supplier<PageRetriever<C, P>> pageRetrieverProvider, Integer pageSize, Predicate<C> continuationPredicate) Creates an instance ofContinuablePagedFluxCore.