Uses of Class
com.azure.core.amqp.models.AmqpAnnotatedMessage
Packages that use AmqpAnnotatedMessage
-
Uses of AmqpAnnotatedMessage in com.azure.core.amqp
Methods in com.azure.core.amqp that return types with arguments of type AmqpAnnotatedMessageModifier and TypeMethodDescriptionAmqpManagementNode.send(AmqpAnnotatedMessage message) Sends a message to the management node.AmqpManagementNode.send(AmqpAnnotatedMessage message, DeliveryOutcome deliveryOutcome) Sends a message to the management node and associates thedeliveryOutcomewith that message.Methods in com.azure.core.amqp with parameters of type AmqpAnnotatedMessageModifier and TypeMethodDescriptionAmqpManagementNode.send(AmqpAnnotatedMessage message) Sends a message to the management node.AmqpManagementNode.send(AmqpAnnotatedMessage message, DeliveryOutcome deliveryOutcome) Sends a message to the management node and associates thedeliveryOutcomewith that message.