Uses of Interface
com.azure.core.util.polling.SyncPollingStrategy
Packages that use SyncPollingStrategy
Package
Description
This package contains utility classes and interfaces for handling long-running operations in the
Azure client libraries.
-
Uses of SyncPollingStrategy in com.azure.core.util.polling
Classes in com.azure.core.util.polling that implement SyncPollingStrategyModifier and TypeClassDescriptionfinal classA synchronous polling strategy that chains multiple synchronous polling strategies, finds the first strategy that can poll the current long-running operation, and polls with that strategy.final classThe default synchronous polling strategy to use with Azure data plane services.classImplements a synchronous Location polling strategy.classImplements a synchronous 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 SyncPollingStrategyModifier and TypeMethodDescriptionstatic <T,U> SyncPoller <T, U> SyncPoller.createPoller(Duration pollInterval, Supplier<Response<?>> initialOperation, SyncPollingStrategy<T, U> strategy, TypeReference<T> pollResponseType, TypeReference<U> resultType) Creates PollerFlux.Constructor parameters in com.azure.core.util.polling with type arguments of type SyncPollingStrategyModifierConstructorDescriptionSyncChainedPollingStrategy(List<SyncPollingStrategy<T, U>> strategies) Creates a synchronous chained polling strategy with a list of polling strategies.