Uses of Class
com.azure.core.amqp.models.DeliveryOutcome
-
Packages that use DeliveryOutcome Package Description com.azure.core.amqp Package containing classes common to AMQP protocol.com.azure.core.amqp.models 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 DeliveryOutcome Modifier and Type Method Description Mono<AmqpAnnotatedMessage>AmqpManagementNode. 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.models Modifier and Type Class Description classModifiedDeliveryOutcomeThe modified outcome.classReceivedDeliveryOutcomeRepresents a partial message that was received.classRejectedDeliveryOutcomeThe rejected delivery outcome.classTransactionalDeliveryOutcomeA transaction delivery outcome.Methods in com.azure.core.amqp.models that return DeliveryOutcome Modifier and Type Method Description DeliveryOutcomeTransactionalDeliveryOutcome. getOutcome()Gets the delivery outcome associated with this transaction.Methods in com.azure.core.amqp.models with parameters of type DeliveryOutcome Modifier and Type Method Description TransactionalDeliveryOutcomeTransactionalDeliveryOutcome. setOutcome(DeliveryOutcome outcome)Sets the outcome associated with this delivery state.
-