Uses of Class
com.azure.core.http.policy.RetryOptions
-
Packages that use RetryOptions Package Description com.azure.core.client.traits This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries in the Azure SDK for Java.com.azure.core.http.policy Package containing HttpPipelinePolicy interface and its implementations.com.azure.core.util.builder Package containing utilities for client builders. -
-
Uses of RetryOptions in com.azure.core.client.traits
Methods in com.azure.core.client.traits with parameters of type RetryOptions Modifier and Type Method Description THttpTrait. retryOptions(RetryOptions retryOptions)Sets theRetryOptionsfor all the requests made through the client. -
Uses of RetryOptions in com.azure.core.http.policy
Constructors in com.azure.core.http.policy with parameters of type RetryOptions Constructor Description RetryPolicy(RetryOptions retryOptions)Creates aRetryPolicywith the providedRetryOptions. -
Uses of RetryOptions in com.azure.core.util.builder
Methods in com.azure.core.util.builder with parameters of type RetryOptions Modifier and Type Method Description static HttpPipelinePolicyClientBuilderUtil. validateAndGetRetryPolicy(HttpPipelinePolicy retryPolicy, RetryOptions retryOptions)This method validates that customizedretry policyand customizedRetryOptionsare mutually exclusive.static HttpPipelinePolicyClientBuilderUtil. validateAndGetRetryPolicy(HttpPipelinePolicy retryPolicy, RetryOptions retryOptions, HttpPipelinePolicy defaultPolicy)This method validates that customizedretry policyand customizedRetryOptionsare mutually exclusive.
-