| Package | Description |
|---|---|
| com.azure.core.amqp.models |
Package containing classes related to AMQP models classes.
|
| Modifier and Type | Field and Description |
|---|---|
static DeliveryState |
DeliveryState.ACCEPTED
Indicates successful processing at the receiver.
|
static DeliveryState |
DeliveryState.MODIFIED
indicates that the message was modified, but not processed.
|
static DeliveryState |
DeliveryState.RECEIVED
indicates partial message data seen by the receiver as well as the starting point for a resumed transfer.
|
static DeliveryState |
DeliveryState.REJECTED
Indicates an invalid and unprocessable message.
|
static DeliveryState |
DeliveryState.RELEASED
Indicates that the message was not (and will not be) processed.
|
static DeliveryState |
DeliveryState.TRANSACTIONAL
Indicates that this delivery is part of a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static DeliveryState |
DeliveryState.fromString(String name)
Gets the corresponding delivery state from its string representation.
|
DeliveryState |
DeliveryOutcome.getDeliveryState()
Gets the delivery state.
|
| Constructor and Description |
|---|
DeliveryOutcome(DeliveryState deliveryState)
Creates an instance of the delivery outcome with its state.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.