Uses of Enum
com.azure.servicebus.jms.TransportType
Packages that use TransportType
-
Uses of TransportType in com.azure.servicebus.jms
Methods in com.azure.servicebus.jms that return TransportTypeModifier and TypeMethodDescriptionConnectionStringBuilder.getTransportType()TransportType on which all the communication for the Service Bus created using this ConnectionString.static TransportTypeReturns 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.azure.servicebus.jms with parameters of type TransportTypeModifier and TypeMethodDescriptionConnectionStringBuilder.setTransportType(TransportType transportType) Set the TransportType value in the Connection String.