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

Aleksandr Polovtcev reassigned IGNITE-14983:
--------------------------------------------

    Assignee: Aleksandr Polovtcev

> 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
>            Assignee: Aleksandr Polovtcev
>            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)

Reply via email to