Class AzureGlobalProperties.GlobalAmqpProxyConfigurationProperties
java.lang.Object
com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties.GlobalAmqpProxyConfigurationProperties
- Enclosing class:
- AzureGlobalProperties
public static final class AzureGlobalProperties.GlobalAmqpProxyConfigurationProperties
extends Object
Proxy properties only apply to amqp-based clients.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the authentication type.void
setAuthenticationType
(String authenticationType) Sets the authentication type.
-
Constructor Details
-
GlobalAmqpProxyConfigurationProperties
public GlobalAmqpProxyConfigurationProperties()
-
-
Method Details
-
getAuthenticationType
Gets the authentication type.- Returns:
- The authentication type.
-
setAuthenticationType
Sets the authentication type.- Parameters:
authenticationType
- The authentication type.
-