akka.cluster
Class ClusterEvent.InstantMemberLeft

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

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

Member status changed to Leaving. Published immediately when it happened. All other members might not have seen the state.

See Also:
Serialized Form

Constructor Summary
ClusterEvent.InstantMemberLeft(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.InstantMemberLeft

public ClusterEvent.InstantMemberLeft(Member member)
Method Detail

member

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