[ 
https://issues.apache.org/jira/browse/GOSSIP-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16129271#comment-16129271
 ] 

ASF GitHub Bot commented on GOSSIP-38:
--------------------------------------

Github user edwardcapriolo commented on a diff in the pull request:

    https://github.com/apache/incubator-gossip/pull/66#discussion_r133536723
  
    --- Diff: 
gossip-base/src/main/java/org/apache/gossip/event/GossipListener.java ---
    @@ -21,4 +21,7 @@
     
     public interface GossipListener {
       void gossipEvent(Member member, GossipState state);
    +
    +  /* this listener's name */
    +  String name();
    --- End diff --
    
    Ideally I would not want to have two methods because this prohibits us from 
doing lamda's right?


> Multiple async GossipListeners
> ------------------------------
>
>                 Key: GOSSIP-38
>                 URL: https://issues.apache.org/jira/browse/GOSSIP-38
>             Project: Gossip
>          Issue Type: New Feature
>            Reporter: Edward Capriolo
>            Assignee: Pooya Salehi
>             Fix For: 0.1.3
>
>
> Currently Gossip allows us to specific 0-1 synchronous event listeners. 
> In Hama:
> https://github.com/apache/hama/blob/master/core/src/main/java/org/apache/hama/monitor/fd/NodeEventListener.java
> They can attach multiple async listeners. I like this design better unsure if 
> we should support both or only the async kind.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to