Class RetryConfigurationProperties
java.lang.Object
com.azure.spring.cloud.autoconfigure.properties.core.retry.RetryConfigurationProperties
- All Implemented Interfaces:
com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
- Direct Known Subclasses:
AzureGlobalProperties.GlobalRetryConfigurationProperties
public class RetryConfigurationProperties
extends Object
implements com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
Retry properties.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions.ExponentialRetryOptions, com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions.FixedRetryOptions
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RetryConfigurationProperties
public RetryConfigurationProperties()
-
-
Method Details
-
getMode
public com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryMode getMode()- Specified by:
getMode
in interfacecom.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
-
setMode
public void setMode(com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryMode mode) Set the mode for retry backoff.- Parameters:
mode
- the mode for retry backoff.
-
getExponential
- Specified by:
getExponential
in interfacecom.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
-
getFixed
- Specified by:
getFixed
in interfacecom.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
-