Class ClusterSingletonProxy$
java.lang.Object
org.apache.pekko.cluster.singleton.ClusterSingletonProxy$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterSingletonProxy$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprops(String singletonManagerPath, ClusterSingletonProxySettings settings) Scala API: Factory method forClusterSingletonProxypekko.actor.Props.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClusterSingletonProxy$
public ClusterSingletonProxy$()
-
-
Method Details
-
props
Scala API: Factory method forClusterSingletonProxypekko.actor.Props.- Parameters:
singletonManagerPath- The logical path of the singleton manager, e.g./user/singletonManager, which ends with the name you defined inactorOfwhen creating theClusterSingletonManager.settings- seeClusterSingletonProxySettings
-