Class AmqpClientProperties
java.lang.Object
com.azure.spring.cloud.core.properties.client.ClientProperties
com.azure.spring.cloud.core.properties.client.AmqpClientProperties
- All Implemented Interfaces:
ClientOptionsProvider.AmqpClientOptions,ClientOptionsProvider.ClientOptions
public final class AmqpClientProperties
extends ClientProperties
implements ClientOptionsProvider.AmqpClientOptions
Properties shared by all amqp client builders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.amqp.AmqpTransportTypeGet the transport type.voidsetTransportType(com.azure.core.amqp.AmqpTransportType transportType) Set the transport type.Methods inherited from class com.azure.spring.cloud.core.properties.client.ClientProperties
getApplicationId, setApplicationIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.spring.cloud.core.provider.ClientOptionsProvider.ClientOptions
getApplicationId
-
Constructor Details
-
AmqpClientProperties
public AmqpClientProperties()
-
-
Method Details
-
getTransportType
public com.azure.core.amqp.AmqpTransportType getTransportType()Get the transport type.- Specified by:
getTransportTypein interfaceClientOptionsProvider.AmqpClientOptions- Returns:
- The transport type.
-
setTransportType
public void setTransportType(com.azure.core.amqp.AmqpTransportType transportType) Set the transport type.- Parameters:
transportType- The transport type.
-