Uses of Class
com.microsoft.rest.retry.RetryStrategy
-
Packages that use RetryStrategy Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.retry The package contains classes that define the retry behaviors when an error occurs during a REST call. -
-
Uses of RetryStrategy in com.microsoft.rest
Methods in com.microsoft.rest with parameters of type RetryStrategy Modifier and Type Method Description RestClient.BuilderRestClient.Builder. withRetryStrategy(RetryStrategy strategy)Adds a retry strategy to the client. -
Uses of RetryStrategy in com.microsoft.rest.retry
Subclasses of RetryStrategy in com.microsoft.rest.retry Modifier and Type Class Description classExponentialBackoffRetryStrategyA retry strategy with backoff parameters for calculating the exponential delay between retries.Methods in com.microsoft.rest.retry that return RetryStrategy Modifier and Type Method Description RetryStrategyRetryHandler. strategy()Constructors in com.microsoft.rest.retry with parameters of type RetryStrategy Constructor Description RetryHandler(RetryStrategy retryStrategy)Initialized an instance ofRetryHandlerclass.
-