Interface ClientOptionsProvider.AmqpClientOptions

All Superinterfaces:
ClientOptionsProvider.ClientOptions
All Known Implementing Classes:
AmqpClientProperties
Enclosing interface:
ClientOptionsProvider

public static interface ClientOptionsProvider.AmqpClientOptions extends ClientOptionsProvider.ClientOptions
Interface to be implemented by classes that wish to describe an amqp based client sdk.
  • Method Details

    • getTransportType

      com.azure.core.amqp.AmqpTransportType getTransportType()
      Get the AMQP transport type.
      Returns:
      the AMQP transport type.