akka.cluster
Class ClusterEvent$

java.lang.Object
  extended by akka.cluster.ClusterEvent$

public class ClusterEvent$
extends java.lang.Object

Domain events published to the event bus. Subscribe with:


   Cluster(system).subscribe(actorRef, classOf[ClusterDomainEvent])
 


Field Summary
static ClusterEvent$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClusterEvent$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ClusterEvent$

public ClusterEvent$()