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