Hi,
These classes are part of plugin framework. Even though 'name' argument is
not used by Ignite implementations, it can be used by others. Therefore it
should not be removed.
-Val
On Thu, Mar 16, 2017 at 10:36 AM, Александр Меньшиков <
[hidden email]>
wrote:
> Hello, everyone!
>
> I found some strange thing. In 'MessageWriter' there are a lot of methods
> like 'write*(String name, * val)'. But in implementation
> 'DirectMessageWriter' argument 'name' isn't used in these methods. And
> there aren't other 'MessageWriter' implementations.
>
> Maybe we can remove 'name' from interface and implementation?
>