Uses of Class
com.azure.core.amqp.models.AmqpAnnotatedMessage
-
Packages that use AmqpAnnotatedMessage Package Description com.azure.core.amqp Package containing classes common to AMQP protocol. -
-
Uses of AmqpAnnotatedMessage in com.azure.core.amqp
Methods in com.azure.core.amqp that return types with arguments of type AmqpAnnotatedMessage Modifier and Type Method Description Mono<AmqpAnnotatedMessage>AmqpManagementNode. send(AmqpAnnotatedMessage message)Sends a message to the management node.Mono<AmqpAnnotatedMessage>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 AmqpAnnotatedMessage Modifier and Type Method Description Mono<AmqpAnnotatedMessage>AmqpManagementNode. send(AmqpAnnotatedMessage message)Sends a message to the management node.Mono<AmqpAnnotatedMessage>AmqpManagementNode. send(AmqpAnnotatedMessage message, DeliveryOutcome deliveryOutcome)Sends a message to the management node and associates thedeliveryOutcomewith that message.
-