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
Constructors Constructor Description GlobalRetryConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureGlobalProperties.GlobalAmqpRetryConfigurationPropertiesgetAmqp()-
Methods inherited from class com.azure.spring.cloud.autoconfigure.properties.core.retry.RetryConfigurationProperties
getExponential, getFixed, getMode, setMode
-
-
-
-
Method Detail
-
getAmqp
public AzureGlobalProperties.GlobalAmqpRetryConfigurationProperties getAmqp()
-
-