Uses of Class
com.azure.core.http.policy.RequestRetryCondition
Packages that use RequestRetryCondition
Package
Description
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of RequestRetryCondition in com.azure.core.http.policy
Methods in com.azure.core.http.policy that return types with arguments of type RequestRetryConditionModifier and TypeMethodDescriptionRetryOptions.getShouldRetryCondition()Gets the predicate that determines if a retry should be attempted.Methods in com.azure.core.http.policy with parameters of type RequestRetryConditionModifier and TypeMethodDescriptiondefault DurationRetryStrategy.calculateRetryDelay(RequestRetryCondition requestRetryCondition) Computes the delay between each retry based on theRequestRetryCondition.booleanExponentialBackoff.shouldRetryCondition(RequestRetryCondition requestRetryCondition) booleanFixedDelay.shouldRetryCondition(RequestRetryCondition requestRetryCondition) default booleanRetryStrategy.shouldRetryCondition(RequestRetryCondition requestRetryCondition) This method is consulted to determine if a retry attempt should be made for the givenRequestRetryCondition.Method parameters in com.azure.core.http.policy with type arguments of type RequestRetryConditionModifier and TypeMethodDescriptionRetryOptions.setShouldRetryCondition(Predicate<RequestRetryCondition> shouldRetryCondition) Sets the predicate that determines if a retry should be attempted.