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)