| Package | Description |
|---|---|
| com.azure.core.amqp.models |
Package containing classes related to AMQP models classes.
|
| Modifier and Type | Method and Description |
|---|---|
AmqpBodyType |
AmqpMessageBody.getBodyType()
Type representing various supported amqp body types.
|
AmqpBodyType |
AmqpDataBody.getBodyType() |
static AmqpBodyType |
AmqpBodyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmqpBodyType[] |
AmqpBodyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.