Uses of Class
com.azure.core.http.policy.FixedDelayOptions
Packages that use FixedDelayOptions
Package
Description
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of FixedDelayOptions in com.azure.core.http.policy
Methods in com.azure.core.http.policy that return FixedDelayOptionsModifier and TypeMethodDescriptionRetryOptions.getFixedDelayOptions()Gets the configuration for exponential backoff if configured.Constructors in com.azure.core.http.policy with parameters of type FixedDelayOptionsModifierConstructorDescriptionFixedDelay(FixedDelayOptions fixedDelayOptions) Creates an instance ofFixedDelay.RetryOptions(FixedDelayOptions fixedDelayOptions) Creates a new instance that usesFixedDelayOptions.