Package org.apache.pekko.cluster.client
Class ClusterClientSettings$
- java.lang.Object
-
- org.apache.pekko.cluster.client.ClusterClientSettings$
-
public class ClusterClientSettings$ extends java.lang.Object
Deprecated.Use Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterClientSettings$
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterClientSettings$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClusterClientSettings
apply(com.typesafe.config.Config config)
Deprecated.Create settings from a configuration with the same layout as the default configurationpekko.cluster.client
.ClusterClientSettings
apply(ActorSystem system)
Deprecated.Create settings from the default configurationpekko.cluster.client
.ClusterClientSettings
create(com.typesafe.config.Config config)
Deprecated.Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.client
.ClusterClientSettings
create(ActorSystem system)
Deprecated.Java API: Create settings from the default configurationpekko.cluster.client
.
-
-
-
Field Detail
-
MODULE$
public static final ClusterClientSettings$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ClusterClientSettings apply(ActorSystem system)
Deprecated.Create settings from the default configurationpekko.cluster.client
.
-
apply
public ClusterClientSettings apply(com.typesafe.config.Config config)
Deprecated.Create settings from a configuration with the same layout as the default configurationpekko.cluster.client
.
-
create
public ClusterClientSettings create(ActorSystem system)
Deprecated.Java API: Create settings from the default configurationpekko.cluster.client
.
-
create
public ClusterClientSettings create(com.typesafe.config.Config config)
Deprecated.Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.client
.
-
-