Uses of Interface
com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions.ExponentialRetryOptions
Packages that use RetryOptionsProvider.RetryOptions.ExponentialRetryOptions
Package
Description
Configuration properties abstraction for retry.
Provider abstraction for Azure service configuration properties.
-
Uses of RetryOptionsProvider.RetryOptions.ExponentialRetryOptions in com.azure.spring.cloud.core.properties.retry
Classes in com.azure.spring.cloud.core.properties.retry that implement RetryOptionsProvider.RetryOptions.ExponentialRetryOptionsModifier and TypeClassDescriptionclassProperties of the exponential retry mode. -
Uses of RetryOptionsProvider.RetryOptions.ExponentialRetryOptions in com.azure.spring.cloud.core.provider
Methods in com.azure.spring.cloud.core.provider that return RetryOptionsProvider.RetryOptions.ExponentialRetryOptionsModifier and TypeMethodDescriptionRetryOptionsProvider.RetryOptions.getExponential()Get the retry options of the exponential retry mode.