Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1
-
None
-
None
Description
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()