Class ClusterSingletonProxySettings$
java.lang.Object
org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterSingletonProxySettings$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
apply
Create settings from the default configurationpekko.cluster.singleton-proxy. -
apply
Create settings from a configuration with the same layout as the default configurationpekko.cluster.singleton-proxy. -
create
Java API: Create settings from the default configurationpekko.cluster.singleton-proxy. -
create
Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.singleton-proxy.
-