Package org.apache.pekko.cluster.typed
Class ClusterSingletonManagerSettings$
java.lang.Object
org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterSingletonManagerSettings$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.apply(ActorSystem<?> system) Create settings from the default configurationpekko.cluster.singleton.create(com.typesafe.config.Config config) Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.singleton.create(ActorSystem<?> system) Java API: Create settings from the default configurationpekko.cluster.singleton.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClusterSingletonManagerSettings$
public ClusterSingletonManagerSettings$()
-
-
Method Details
-
apply
Create settings from the default configurationpekko.cluster.singleton. -
apply
Create settings from a configuration with the same layout as the default configurationpekko.cluster.singleton. -
create
Java API: Create settings from the default configurationpekko.cluster.singleton. -
create
Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.singleton.
-