Class AzureGlobalProperties.GlobalAmqpRetryConfigurationProperties
java.lang.Object
com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties.GlobalAmqpRetryConfigurationProperties
- Enclosing class:
- AzureGlobalProperties
public static final class AzureGlobalProperties.GlobalAmqpRetryConfigurationProperties
extends Object
Retry properties only apply to amqp-based clients.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the try timeout.void
setTryTimeout
(Duration tryTimeout) Sets the try timeout.
-
Constructor Details
-
GlobalAmqpRetryConfigurationProperties
public GlobalAmqpRetryConfigurationProperties()
-
-
Method Details
-
getTryTimeout
Gets the try timeout.- Returns:
- The try timeout.
-
setTryTimeout
Sets the try timeout.- Parameters:
tryTimeout
- The try timeout.
-