Class FixedDelay

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

public class FixedDelay extends Object implements RetryStrategy
A fixed-delay implementation of RetryStrategy that has a fixed delay duration between each retry attempt.