Uses of Class
com.azure.core.http.rest.PagedFlux
-
Packages that use PagedFlux Package Description com.azure.core.http.rest Package containing REST-related APIs.com.azure.core.util Package containing core utility classes. -
-
Uses of PagedFlux in com.azure.core.http.rest
Methods in com.azure.core.http.rest that return PagedFlux Modifier and Type Method Description static <T> PagedFlux<T>PagedFlux. create(Supplier<PageRetriever<String,PagedResponse<T>>> provider)Creates an instance ofPagedFluxbacked by a Page Retriever Supplier (provider).<S> PagedFlux<S>PagedFlux. mapPage(Function<T,S> mapper)Deprecated.refer the decoration samples forcreate(Supplier).Constructors in com.azure.core.http.rest with parameters of type PagedFlux Constructor Description PagedIterable(PagedFlux<T> pagedFlux)Creates instance givenPagedFlux. -
Uses of PagedFlux in com.azure.core.util
Methods in com.azure.core.util that return PagedFlux Modifier and Type Method Description static <T> PagedFlux<T>FluxUtil. pagedFluxError(ClientLogger logger, RuntimeException ex)Propagates aRuntimeExceptionthrough the error channel ofPagedFlux.
-