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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)