akka.cluster
Class ClusterEvent.InitialStateAsEvents$

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

public static class ClusterEvent.InitialStateAsEvents$
extends ClusterEvent.SubscriptionInitialStateMode
implements scala.Product, scala.Serializable

When using this subscription mode the events corresponding to the current state will be sent to the subscriber to mimic what you would have seen if you were listening to the events when they occurred in the past.

See Also:
Serialized Form

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

Constructor Detail

ClusterEvent.InitialStateAsEvents$

public ClusterEvent.InitialStateAsEvents$()