Package com.microsoft.rest.retry
The package contains classes that define the retry behaviors when an error
occurs during a REST call.
-
Class Summary Class Description ExponentialBackoffRetryStrategy A retry strategy with backoff parameters for calculating the exponential delay between retries.RetryHandler An instance of this interceptor placed in the request pipeline handles retriable errors.RetryStrategy Represents a retry strategy that determines the number of retry attempts and the interval between retries.