Class AzureGlobalProperties.GlobalAmqpClientConfigurationProperties
java.lang.Object
com.azure.spring.cloud.autoconfigure.context.AzureGlobalProperties.GlobalAmqpClientConfigurationProperties
- Enclosing class:
- AzureGlobalProperties
public static final class AzureGlobalProperties.GlobalAmqpClientConfigurationProperties
extends Object
Transport properties for amqp-based clients.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.amqp.AmqpTransportType
Gets the AMQP transport type.void
setTransportType
(com.azure.core.amqp.AmqpTransportType transportType) Sets the AMQP transport type.
-
Constructor Details
-
GlobalAmqpClientConfigurationProperties
public GlobalAmqpClientConfigurationProperties()
-
-
Method Details
-
getTransportType
public com.azure.core.amqp.AmqpTransportType getTransportType()Gets the AMQP transport type.- Returns:
- The AMQP transport type.
-
setTransportType
public void setTransportType(com.azure.core.amqp.AmqpTransportType transportType) Sets the AMQP transport type.- Parameters:
transportType
- The AMQP transport type.
-