Uses of Class
com.azure.core.amqp.AmqpTransportType
-
Packages that use AmqpTransportType Package Description com.azure.core.amqp Package containing classes common to AMQP protocol.com.azure.core.amqp.client.traits This package contains interfaces that represent common cross-cutting (and AMQP-related) aspects of functionality offered by libraries in the Azure SDK for Java. -
-
Uses of AmqpTransportType in com.azure.core.amqp
Methods in com.azure.core.amqp that return AmqpTransportType Modifier and Type Method Description static AmqpTransportTypeAmqpTransportType. fromString(String value)Creates an TransportType from its display value.static AmqpTransportTypeAmqpTransportType. valueOf(String name)Returns the enum constant of this type with the specified name.static AmqpTransportType[]AmqpTransportType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AmqpTransportType in com.azure.core.amqp.client.traits
Methods in com.azure.core.amqp.client.traits with parameters of type AmqpTransportType Modifier and Type Method Description TAmqpTrait. transportType(AmqpTransportType transport)Sets the transport type by which all the communication with Azure service occurs.
-