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