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

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

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)