Class AzureGlobalProperties.GlobalRetryConfigurationProperties
java.lang.Object
com.azure.spring.cloud.autoconfigure.properties.core.retry.RetryConfigurationProperties
com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties.GlobalRetryConfigurationProperties
- All Implemented Interfaces:
com.azure.spring.cloud.core.provider.RetryOptionsProvider.RetryOptions
- Enclosing class:
- AzureGlobalProperties
public static final class AzureGlobalProperties.GlobalRetryConfigurationProperties
extends RetryConfigurationProperties
Global configurations for proxy.
-
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
-
Method Summary
Methods inherited from class com.azure.spring.cloud.autoconfigure.properties.core.retry.RetryConfigurationProperties
getExponential, getFixed, getMode, setMode
-
Constructor Details
-
GlobalRetryConfigurationProperties
public GlobalRetryConfigurationProperties()
-
-
Method Details
-
getAmqp
Gets the global AMQP retry configuration properties.- Returns:
- The global AMQP retry configuration properties.
-