You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "PetrovMikhail (Jira)" <ji...@apache.org> on 2020/04/08 14:25:00 UTC

[jira] [Created] (IGNITE-12879) Change DiscoveryHook methods naming.

PetrovMikhail created IGNITE-12879:
--------------------------------------

             Summary: Change DiscoveryHook methods naming.
                 Key: IGNITE-12879
                 URL: https://issues.apache.org/jira/browse/IGNITE-12879
             Project: Ignite
          Issue Type: Improvement
            Reporter: PetrovMikhail
            Assignee: PetrovMikhail


It's needed to change DiscoveryHook class method naming to the following:

{code:java}
public void beforeDiscovery(DiscoverySpiCustomMessage msg)

public void afterDiscovery(DiscoverySpiCustomMessage msg)
{code}

It helps to clarify the purpose of the methods.




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