You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Konstantin Orlov (Jira)" <ji...@apache.org> on 2021/06/23 13:07:00 UTC

[jira] [Updated] (IGNITE-14983) Provide an ability to register NetworkMessageHandler for particular message group

     [ https://issues.apache.org/jira/browse/IGNITE-14983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Orlov updated IGNITE-14983:
--------------------------------------
    Labels: ignite-3  (was: )

> Provide an ability to register NetworkMessageHandler for particular message group
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-14983
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14983
>             Project: Ignite
>          Issue Type: Improvement
>          Components: networking
>            Reporter: Konstantin Orlov
>            Priority: Major
>              Labels: ignite-3
>
> Currently messaging service allows to register a general message handler only which will be invoked for every message received.
> {code:java}
> /**
>  * Registers a handler for network message events.
>  *
>  * @param handler Message handler.
>  */
> void addMessageHandler(NetworkMessageHandler handler);
> {code}
> It would be great to have an ability to register handler for particular message group in order to reduce the amount of unnecessary handlers' invocations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)