You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitry Karachentsev (JIRA)" <ji...@apache.org> on 2017/06/21 13:17:02 UTC

[jira] [Created] (IGNITE-5570) IgniteMessaging should have sendAsync() method

Dmitry Karachentsev created IGNITE-5570:
-------------------------------------------

             Summary: IgniteMessaging should have sendAsync() method
                 Key: IGNITE-5570
                 URL: https://issues.apache.org/jira/browse/IGNITE-5570
             Project: Ignite
          Issue Type: Improvement
          Components: messaging
    Affects Versions: 2.1
            Reporter: Dmitry Karachentsev
             Fix For: 2.2


With old API IgniteMessaging.send() checks async mode, and if it's true, invokes local listener asynchronously in public pool. Support of async listener invocation should be added in IgniteMessaging, f.e.:

IgniteFuture<Void> sendAsync()



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)