Uses of Class
com.azure.core.http.policy.ExponentialBackoffOptions
Packages that use ExponentialBackoffOptions
Package
Description
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of ExponentialBackoffOptions in com.azure.core.http.policy
Methods in com.azure.core.http.policy that return ExponentialBackoffOptionsModifier and TypeMethodDescriptionRetryOptions.getExponentialBackoffOptions()Gets the configuration for exponential backoff if configured.ExponentialBackoffOptions.setBaseDelay(Duration baseDelay) Sets the base delay duration for retry.ExponentialBackoffOptions.setMaxDelay(Duration maxDelay) Sets the max delay duration for retry.ExponentialBackoffOptions.setMaxRetries(Integer maxRetries) Sets the max retry attempts that can be made.Constructors in com.azure.core.http.policy with parameters of type ExponentialBackoffOptionsModifierConstructorDescriptionCreates an instance ofExponentialBackoff.RetryOptions(ExponentialBackoffOptions exponentialBackoffOptions) Creates a new instance that usesExponentialBackoffOptions.