[jira] [Created] (IGNITE-2172) Uneven API between IgniteMessaging#stopRemoteListen and #stopLocalListen

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

[jira] [Created] (IGNITE-2172) Uneven API between IgniteMessaging#stopRemoteListen and #stopLocalListen

Anton Vinogradov (Jira)
Raúl Kripalani created IGNITE-2172:
--------------------------------------

             Summary: Uneven API between IgniteMessaging#stopRemoteListen and #stopLocalListen
                 Key: IGNITE-2172
                 URL: https://issues.apache.org/jira/browse/IGNITE-2172
             Project: Ignite
          Issue Type: Improvement
          Components: messaging
    Affects Versions: 1.5
            Reporter: Raúl Kripalani


Compare:

{code}
UUID remoteListen(@Nullable Object topic, IgniteBiPredicate<UUID,?> p)
{code}

vs.

{code}
void stopLocalListen(@Nullable Object topic, IgniteBiPredicate<UUID,?> p)
{code}

It would be nice to identify local listeners with an UUID too.



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