Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Naming of methods for message sending in NetworkCluster interface could be unified.
- send method returning CompletableFuture with semantics "send message and wait when remote node replies with result".
- sendNoAck method returning void with semantics "send message to remote node and returns immediately when message is sent to it (written to output connection)"