Package akka.cluster
Class ClusterHeartbeatReceiver$
- java.lang.Object
-
- akka.cluster.ClusterHeartbeatReceiver$
-
public class ClusterHeartbeatReceiver$ extends java.lang.Object
INTERNAL API: Utilities to obtain ClusterHeartbeatReceiver paths
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterHeartbeatReceiver$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterHeartbeatReceiver$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
name()
ActorPath
path(Address address)
Props
props(scala.Function0<Cluster> clusterFactory)
-
-
-
Field Detail
-
MODULE$
public static final ClusterHeartbeatReceiver$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-