Interface AmqpManagementNode

  • All Superinterfaces:
    AsyncCloseable

    public interface AmqpManagementNode
    extends AsyncCloseable
    An AMQP endpoint that allows users to perform management and metadata operations on it.
    • Method Detail

      • send

        Mono<AmqpAnnotatedMessage> send​(AmqpAnnotatedMessage message,
                                        DeliveryOutcome deliveryOutcome)
        Sends a message to the management node and associates the deliveryOutcome with that message.
        Parameters:
        message - Message to send.
        deliveryOutcome - Delivery outcome to associate with the message.
        Returns:
        Response from management node.