akka.cluster
Class ClusterEvent.ClusterShuttingDown$

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

public static class ClusterEvent.ClusterShuttingDown$
extends java.lang.Object
implements ClusterEvent.ClusterDomainEvent, scala.Product, scala.Serializable

This event is published when the cluster node is shutting down, before the final ClusterEvent.MemberRemoved events are published.

See Also:
Serialized Form

Field Summary
static ClusterEvent.ClusterShuttingDown$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClusterEvent.ClusterShuttingDown$()
           
 
Method Summary
 
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
 

Field Detail

MODULE$

public static final ClusterEvent.ClusterShuttingDown$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ClusterEvent.ClusterShuttingDown$

public ClusterEvent.ClusterShuttingDown$()