Uses of Class
com.azure.core.amqp.models.DeliveryOutcome
Packages that use DeliveryOutcome
Package
Description
Package containing classes common to AMQP protocol.
Package containing classes related to AMQP models classes.
-
Uses of DeliveryOutcome in com.azure.core.amqp
Methods in com.azure.core.amqp with parameters of type DeliveryOutcomeModifier and TypeMethodDescriptionAmqpManagementNode.send(AmqpAnnotatedMessage message, DeliveryOutcome deliveryOutcome) Sends a message to the management node and associates thedeliveryOutcomewith that message. -
Uses of DeliveryOutcome in com.azure.core.amqp.models
Subclasses of DeliveryOutcome in com.azure.core.amqp.modelsModifier and TypeClassDescriptionfinal classThe modified outcome.final classRepresents a partial message that was received.final classThe rejected delivery outcome.final classA transaction delivery outcome.Methods in com.azure.core.amqp.models that return DeliveryOutcomeModifier and TypeMethodDescriptionTransactionalDeliveryOutcome.getOutcome()Gets the delivery outcome associated with this transaction.Methods in com.azure.core.amqp.models with parameters of type DeliveryOutcomeModifier and TypeMethodDescriptionTransactionalDeliveryOutcome.setOutcome(DeliveryOutcome outcome) Sets the outcome associated with this delivery state.