Uses of Interface
com.azure.core.http.policy.RetryStrategy
Packages that use RetryStrategy
Package
Description
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of RetryStrategy in com.azure.core.http.policy
Classes in com.azure.core.http.policy that implement RetryStrategyModifier and TypeClassDescriptionclassTheExponentialBackoffclass is an implementation of theRetryStrategyinterface.classTheFixedDelayclass is an implementation of theRetryStrategyinterface.Constructors in com.azure.core.http.policy with parameters of type RetryStrategyModifierConstructorDescriptionRetryPolicy(RetryStrategy retryStrategy) Creates aRetryPolicywith the providedRetryStrategy.RetryPolicy(RetryStrategy retryStrategy, String retryAfterHeader, ChronoUnit retryAfterTimeUnit) CreatesRetryPolicywith the providedRetryStrategyand defaultExponentialBackoffasRetryStrategy.