Class ClusterReceptionistSettings$

java.lang.Object
org.apache.pekko.cluster.client.ClusterReceptionistSettings$

public class ClusterReceptionistSettings$ extends Object
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 Details

    • MODULE$

      public static final ClusterReceptionistSettings$ 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 configuration pekko.cluster.client.receptionist.
    • apply

      public ClusterReceptionistSettings apply(com.typesafe.config.Config config)
      Deprecated.
      Create settings from a configuration with the same layout as the default configuration pekko.cluster.client.receptionist.
    • create

      public ClusterReceptionistSettings create(ActorSystem system)
      Deprecated.
      Java API: Create settings from the default configuration pekko.cluster.client.receptionist.
    • create

      public ClusterReceptionistSettings create(com.typesafe.config.Config config)
      Deprecated.
      Java API: Create settings from a configuration with the same layout as the default configuration pekko.cluster.client.receptionist.