Class ExponentialBackoff

java.lang.Object
com.azure.core.http.policy.ExponentialBackoff
All Implemented Interfaces:
RetryStrategy

public class ExponentialBackoff extends Object implements RetryStrategy
A truncated exponential backoff implementation of RetryStrategy that 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.