| Package | Description |
|---|---|
| com.azure.core.amqp.exception |
Package containing classes related to AMQP exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
static AmqpResponseCode |
AmqpResponseCode.fromValue(int value)
Creates an AmqpResponseCode for the provided integer
value. |
static AmqpResponseCode |
AmqpResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmqpResponseCode[] |
AmqpResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.