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 ClientProperties
getApplicationId, setApplicationIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClientOptionsProvider.ClientOptions
getApplicationId
-
Constructor Details
-
AmqpClientProperties
public AmqpClientProperties()Creates an instance ofAmqpClientProperties.
-
-
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.
-