| Package | Description |
|---|---|
| com.azure.core.amqp |
Package containing classes common to AMQP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static AmqpTransportType |
AmqpTransportType.fromString(String value)
Creates an TransportType from its display value.
|
static AmqpTransportType |
AmqpTransportType.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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.