Package akka.cluster
Class ClusterEvent$
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description static ClusterEvent$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterEvent$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterEvent.ClusterShuttingDown$
getClusterShuttingDownInstance()
Java API: get the singleton instance ofClusterShuttingDown
eventClusterEvent.InitialStateAsEvents$
initialStateAsEvents()
Java APIClusterEvent.InitialStateAsSnapshot$
initialStateAsSnapshot()
Java API
-
-
-
Field Detail
-
MODULE$
public static final ClusterEvent$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
initialStateAsSnapshot
public ClusterEvent.InitialStateAsSnapshot$ initialStateAsSnapshot()
Java API
-
initialStateAsEvents
public ClusterEvent.InitialStateAsEvents$ initialStateAsEvents()
Java API
-
getClusterShuttingDownInstance
public ClusterEvent.ClusterShuttingDown$ getClusterShuttingDownInstance()
Java API: get the singleton instance ofClusterShuttingDown
event
-
-