| Package | Description |
|---|---|
| com.azure.core.amqp |
Package containing classes common to AMQP protocol.
|
| com.azure.core.amqp.models |
Package containing classes related to AMQP models classes.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<AmqpAnnotatedMessage> |
AmqpManagementNode.send(AmqpAnnotatedMessage message,
DeliveryOutcome deliveryOutcome)
Sends a message to the management node and associates the
deliveryOutcome with that message. |
| Modifier and Type | Class and Description |
|---|---|
class |
ModifiedDeliveryOutcome
The modified outcome.
|
class |
ReceivedDeliveryOutcome
Represents a partial message that was received.
|
class |
RejectedDeliveryOutcome
The rejected delivery outcome.
|
class |
TransactionalDeliveryOutcome
A transaction delivery outcome.
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryOutcome |
TransactionalDeliveryOutcome.getOutcome()
Gets the delivery outcome associated with this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionalDeliveryOutcome |
TransactionalDeliveryOutcome.setOutcome(DeliveryOutcome outcome)
Sets the outcome associated with this delivery state.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.