Uses of Class
com.azure.core.amqp.models.ModifiedDeliveryOutcome
Packages that use ModifiedDeliveryOutcome
Package
Description
Package containing classes related to AMQP models classes.
-
Uses of ModifiedDeliveryOutcome in com.azure.core.amqp.models
Methods in com.azure.core.amqp.models that return ModifiedDeliveryOutcomeModifier and TypeMethodDescriptionModifiedDeliveryOutcome.setDeliveryFailed(boolean isDeliveryFailed) Sets whether or not to count the transfer as an unsuccessful delivery attempt.ModifiedDeliveryOutcome.setMessageAnnotations(Map<String, Object> messageAnnotations) Sets the message annotations to add to the message.ModifiedDeliveryOutcome.setUndeliverableHere(boolean isUndeliverable) Sets whether or not the message is undeliverable here.