Uses of Enum
com.azure.core.amqp.AmqpTransportType
Packages that use AmqpTransportType
Package
Description
Package containing classes common to AMQP protocol.
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 AmqpTransportTypeModifier and TypeMethodDescriptionstatic AmqpTransportTypeAmqpTransportType.fromString(String value) Creates an TransportType from its display value.static AmqpTransportTypeReturns 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 AmqpTransportTypeModifier and TypeMethodDescriptionAmqpTrait.transportType(AmqpTransportType transport) Sets the transport type by which all the communication with Azure service occurs.