Uses of Class
com.microsoft.azure.servicebus.primitives.TransportType
-
Packages that use TransportType Package Description com.microsoft.azure.servicebus com.microsoft.azure.servicebus.amqp com.microsoft.azure.servicebus.primitives -
-
Uses of TransportType in com.microsoft.azure.servicebus
Methods in com.microsoft.azure.servicebus that return TransportType Modifier and Type Method Description TransportTypeClientSettings. getTransportType()Gets the transport type for this instanceConstructors in com.microsoft.azure.servicebus with parameters of type TransportType Constructor Description ClientSettings(TokenProvider tokenProvider, RetryPolicy retryPolicy, Duration operationTimeout, TransportType transportType)Creates a new instance with the given token provider, retry policy and operation timeout. -
Uses of TransportType in com.microsoft.azure.servicebus.amqp
Methods in com.microsoft.azure.servicebus.amqp with parameters of type TransportType Modifier and Type Method Description static ConnectionHandlerConnectionHandler. create(TransportType transportType, IAmqpConnection messagingFactory) -
Uses of TransportType in com.microsoft.azure.servicebus.primitives
Methods in com.microsoft.azure.servicebus.primitives that return TransportType Modifier and Type Method Description TransportTypeConnectionStringBuilder. getTransportType()TransportType on which all the communication for the Service Bus created using this ConnectionString.static TransportTypeTransportType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransportType[]TransportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.servicebus.primitives with parameters of type TransportType Modifier and Type Method Description ConnectionStringBuilderConnectionStringBuilder. setTransportType(TransportType transportType)Set the TransportType value in the Connection String.
-