| Package | Description |
|---|---|
| com.azure.core.amqp.models |
Package containing classes related to AMQP models classes.
|
| Modifier and Type | Method and Description |
|---|---|
ModifiedDeliveryOutcome |
ModifiedDeliveryOutcome.setDeliveryFailed(boolean isDeliveryFailed)
Sets whether or not to count the transfer as an unsuccessful delivery attempt.
|
ModifiedDeliveryOutcome |
ModifiedDeliveryOutcome.setMessageAnnotations(Map<String,Object> messageAnnotations)
Sets the message annotations to add to the message.
|
ModifiedDeliveryOutcome |
ModifiedDeliveryOutcome.setUndeliverableHere(boolean isUndeliverable)
Sets whether or not the message is undeliverable here.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.