Uses of Interface
com.azure.core.util.polling.PollingStrategy
Packages that use PollingStrategy
Package
Description
This package contains utility classes and interfaces for handling long-running operations in the
Azure client libraries.
-
Uses of PollingStrategy in com.azure.core.util.polling
Classes in com.azure.core.util.polling that implement PollingStrategyModifier and TypeClassDescriptionfinal classA polling strategy that chains multiple polling strategies, finds the first strategy that can poll the current long-running operation, and polls with that strategy.final classThe default polling strategy to use with Azure data plane services.classImplements a Location polling strategy.classImplements an operation resource polling strategy, typically from Operation-Location.classFallback polling strategy that doesn't poll but exits successfully if no other polling strategies are detected and status code is 2xx.Methods in com.azure.core.util.polling with parameters of type PollingStrategyModifier and TypeMethodDescriptionstatic <T,U> PollerFlux <T, U> PollerFlux.create(Duration pollInterval, Supplier<Mono<? extends Response<?>>> initialOperation, PollingStrategy<T, U> strategy, TypeReference<T> pollResponseType, TypeReference<U> resultType) Creates PollerFlux.Constructor parameters in com.azure.core.util.polling with type arguments of type PollingStrategyModifierConstructorDescriptionChainedPollingStrategy(List<PollingStrategy<T, U>> strategies) Creates a chained polling strategy with a list of polling strategies.