Class ClusterSingletonProxySettings$
java.lang.Object
org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ClusterSingletonProxySettings$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(com.typesafe.config.Config config) Create settings from a configuration with the same layout as the default configurationpekko.cluster.singleton-proxy.apply(ActorSystem system) Create settings from the default configurationpekko.cluster.singleton-proxy.create(com.typesafe.config.Config config) Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.singleton-proxy.create(ActorSystem system) Java API: Create settings from the default configurationpekko.cluster.singleton-proxy.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ClusterSingletonProxySettings$public ClusterSingletonProxySettings$()
 
- 
- 
Method Details- 
applyCreate settings from the default configurationpekko.cluster.singleton-proxy.
- 
applyCreate settings from a configuration with the same layout as the default configurationpekko.cluster.singleton-proxy.
- 
createJava API: Create settings from the default configurationpekko.cluster.singleton-proxy.
- 
createJava API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.singleton-proxy.
 
-