Uses of Interface
com.azure.core.http.policy.RetryStrategy
Packages that use RetryStrategy
Package
Description
Package containing 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 TypeClassDescriptionclassA truncated exponential backoff implementation ofRetryStrategythat has a delay duration that exponentially increases with each retry attempt until an upper bound is reached after which every retry attempt is delayed by the provided max delay duration.classA fixed-delay implementation ofRetryStrategythat has a fixed delay duration between each retry attempt.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.