Uses of Interface
com.azure.core.http.policy.RetryStrategy
-
Packages that use RetryStrategy Package Description com.azure.core.http.policy 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 RetryStrategy Modifier and Type Class Description classExponentialBackoffA 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.classFixedDelayA fixed-delay implementation ofRetryStrategythat has a fixed delay duration between each retry attempt.Constructors in com.azure.core.http.policy with parameters of type RetryStrategy Constructor Description RetryPolicy(RetryStrategy retryStrategy)Creates aRetryPolicywith the providedRetryStrategy.RetryPolicy(RetryStrategy retryStrategy, String retryAfterHeader, ChronoUnit retryAfterTimeUnit)CreatesRetryPolicywith the providedRetryStrategyand defaultExponentialBackoffasRetryStrategy.
-