Uses of Class
com.azure.core.amqp.models.AmqpAnnotatedMessage
Packages that use AmqpAnnotatedMessage
Package
Description
Package containing classes common to AMQP protocol.
Package containing classes for creating 
EventHubProducerAsyncClient,
 EventHubProducerClient,
 EventHubConsumerAsyncClient,
 EventHubConsumerClient, or
 EventProcessorClient to perform operations on Azure Event Hubs.Package containing classes for creating 
ServiceBusSenderAsyncClient,
 ServiceBusProcessorClient, and
 ServiceBusReceiverAsyncClient to perform operations on Azure Service Bus.- 
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. - 
Uses of AmqpAnnotatedMessage in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs that return AmqpAnnotatedMessageModifier and TypeMethodDescriptionEventData.getRawAmqpMessage()Gets the underlying AMQP message. - 
Uses of AmqpAnnotatedMessage in com.azure.messaging.servicebus
Methods in com.azure.messaging.servicebus that return AmqpAnnotatedMessageModifier and TypeMethodDescriptionServiceBusMessage.getRawAmqpMessage()Gets theAmqpAnnotatedMessage.ServiceBusReceivedMessage.getRawAmqpMessage()The representation of message as defined by AMQP protocol.