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