You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Chugunov (Jira)" <ji...@apache.org> on 2021/03/16 11:00:00 UTC

[jira] [Created] (IGNITE-14323) Messaging naming unification

Sergey Chugunov created IGNITE-14323:
----------------------------------------

             Summary: Messaging naming unification
                 Key: IGNITE-14323
                 URL: https://issues.apache.org/jira/browse/IGNITE-14323
             Project: Ignite
          Issue Type: Sub-task
          Components: networking
            Reporter: Sergey Chugunov
             Fix For: 3.0.0-alpha2


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)"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)