public interface AmqpManagementNode extends AsyncCloseable
| Modifier and Type | Method and Description |
|---|---|
Mono<AmqpAnnotatedMessage> |
send(AmqpAnnotatedMessage message)
Sends a message to the management node.
|
Mono<AmqpAnnotatedMessage> |
send(AmqpAnnotatedMessage message,
DeliveryOutcome deliveryOutcome)
Sends a message to the management node and associates the
deliveryOutcome with that message. |
closeAsyncMono<AmqpAnnotatedMessage> send(AmqpAnnotatedMessage message)
message - Message to send.Mono<AmqpAnnotatedMessage> send(AmqpAnnotatedMessage message, DeliveryOutcome deliveryOutcome)
deliveryOutcome with that message.message - Message to send.deliveryOutcome - Delivery outcome to associate with the message.Copyright © 2021 Microsoft Corporation. All rights reserved.