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 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.