Flaugh24 commented on code in PR #2390:
URL: https://github.com/apache/ignite-3/pull/2390#discussion_r1286216855
##########
modules/network-api/src/main/java/org/apache/ignite/network/MessagingService.java:
##########
@@ -76,6 +76,26 @@ default CompletableFuture<Void> send(ClusterNode recipient,
NetworkMessage msg)
*/
CompletableFuture<Void> send(ClusterNode recipient, ChannelType
channelType, NetworkMessage msg);
+ /**
+ * Tries to send the given message via specified channel asynchronously to
the specific cluster member.
+ *
+ * <p>Guarantees:
Review Comment:
I have created a ticket to update the doc
https://issues.apache.org/jira/browse/IGNITE-20175
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]