Uses of Package
com.azure.core.util.paging
Packages that use com.azure.core.util.paging
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
Package containing paging abstraction.
-
Classes in com.azure.core.util.paging used by com.azure.core.http.restClassDescriptionRepresents a page returned, this page may contain a reference to additional pages known as a continuation token.This class is a
Fluximplementation that provides the ability to operate on pages of typeContinuablePageand individual items in such pages.The default implementation ofContinuablePagedFlux.This class handles retrieving pages.This class handles retrieving page synchronously. -
Classes in com.azure.core.util.paging used by com.azure.core.util.pagingClassDescriptionRepresents a page returned, this page may contain a reference to additional pages known as a continuation token.This class is a
Fluximplementation that provides the ability to operate on pages of typeContinuablePageand individual items in such pages.This class handles retrieving pages.This class handles retrieving page synchronously.