Uses of Class
com.azure.core.http.policy.FixedDelayOptions
-
Packages that use FixedDelayOptions Package Description com.azure.core.http.policy Package containing HttpPipelinePolicy interface and its implementations. -
-
Uses of FixedDelayOptions in com.azure.core.http.policy
Methods in com.azure.core.http.policy that return FixedDelayOptions Modifier and Type Method Description FixedDelayOptionsRetryOptions. getFixedDelayOptions()Gets the configuration for exponential backoff if configured.Constructors in com.azure.core.http.policy with parameters of type FixedDelayOptions Constructor Description FixedDelay(FixedDelayOptions fixedDelayOptions)Creates an instance ofFixedDelay.RetryOptions(FixedDelayOptions fixedDelayOptions)Creates a new instance that usesFixedDelayOptions.
-