[jira] [Created] (IGNITE-3612) Remove IgniteAsyncSupport,

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

[jira] [Created] (IGNITE-3612) Remove IgniteAsyncSupport,

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-3612:
---------------------------------------

             Summary: Remove IgniteAsyncSupport,
                 Key: IGNITE-3612
                 URL: https://issues.apache.org/jira/browse/IGNITE-3612
             Project: Ignite
          Issue Type: Task
          Components: general
    Affects Versions: 1.6
            Reporter: Vladimir Ozerov
            Priority: Critical
             Fix For: 2.0


We need to remove {{IgniteAsyncSupport}} as it is hard and error prone to use.

Instead, we should all async methods must be implemented as another method in target interface with "Async" prefix. E.g.:
{{Cache.get}}
{{Cache.getAsync}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)