Uses of Class
com.azure.core.http.rest.PagedFlux
Packages that use PagedFlux
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
Package containing core utility classes.
-
Uses of PagedFlux in com.azure.core.http.rest
Methods in com.azure.core.http.rest that return PagedFluxModifier and TypeMethodDescriptionstatic <T> PagedFlux<T> PagedFlux.create(Supplier<PageRetriever<String, PagedResponse<T>>> provider) Creates an instance ofPagedFluxbacked by a Page Retriever Supplier (provider).<S> PagedFlux<S> Deprecated.Constructors in com.azure.core.http.rest with parameters of type PagedFluxModifierConstructorDescriptionPagedIterable(PagedFlux<T> pagedFlux) Creates instance givenPagedFlux. -
Uses of PagedFlux in com.azure.core.util
Methods in com.azure.core.util that return PagedFluxModifier and TypeMethodDescriptionstatic <T> PagedFlux<T> FluxUtil.pagedFluxError(ClientLogger logger, RuntimeException ex) Propagates aRuntimeExceptionthrough the error channel ofPagedFlux.
create(Supplier).