Uses of Class
com.azure.core.amqp.models.ModifiedDeliveryOutcome
-
Packages that use ModifiedDeliveryOutcome Package Description com.azure.core.amqp.models 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 ModifiedDeliveryOutcome Modifier and Type Method Description ModifiedDeliveryOutcomeModifiedDeliveryOutcome. setDeliveryFailed(boolean isDeliveryFailed)Sets whether or not to count the transfer as an unsuccessful delivery attempt.ModifiedDeliveryOutcomeModifiedDeliveryOutcome. setMessageAnnotations(Map<String,Object> messageAnnotations)Sets the message annotations to add to the message.ModifiedDeliveryOutcomeModifiedDeliveryOutcome. setUndeliverableHere(boolean isUndeliverable)Sets whether or not the message is undeliverable here.
-