akka.cluster
Class ClusterEvent.InstantMemberJoined

java.lang.Object
  extended by akka.cluster.ClusterEvent.InstantMemberJoined
All Implemented Interfaces:
ClusterEvent.ClusterDomainEvent, ClusterEvent.InstantMemberEvent, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ClusterEvent

public static class ClusterEvent.InstantMemberJoined
extends java.lang.Object
implements ClusterEvent.InstantMemberEvent, scala.Product, scala.Serializable

A new member joined the cluster. Published immediately when it happened. All other members might not have seen the state.

See Also:
Serialized Form

Constructor Summary
ClusterEvent.InstantMemberJoined(Member member)
           
 
Method Summary
 Member member()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ClusterEvent.InstantMemberJoined

public ClusterEvent.InstantMemberJoined(Member member)
Method Detail

member

public Member member()
Specified by:
member in interface ClusterEvent.InstantMemberEvent