Skip to content

Commit

Permalink
Add documentation to management node.
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey committed Jun 7, 2021
1 parent 593cc90 commit 3d02781
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import reactor.core.publisher.Mono;

/**
* Management node.
* An AMQP endpoint that allows users to perform management and metadata operations on it.
*/
public interface AmqpManagementNode extends AsyncCloseable {
/**
Expand All @@ -22,7 +22,7 @@ public interface AmqpManagementNode extends AsyncCloseable {
Mono<AmqpAnnotatedMessage> send(AmqpAnnotatedMessage message);

/**
* Sends a message to the management node.
* Sends a message to the management node and associates the {@code deliveryOutcome} with that message.
*
* @param message Message to send.
* @param deliveryOutcome Delivery outcome to associate with the message.
Expand Down

0 comments on commit 3d02781

Please sign in to comment.