Package akka.cluster
Class ClusterHeartbeatReceiver$
- java.lang.Object
 - 
- akka.cluster.ClusterHeartbeatReceiver$
 
 
- 
public class ClusterHeartbeatReceiver$ extends java.lang.ObjectINTERNAL 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.Stringname()ActorPathpath(Address address)Propsprops(scala.Function0<Cluster> clusterFactory) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ClusterHeartbeatReceiver$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -