Class ClusterClientSettings$

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

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

    • MODULE$

      public static final ClusterClientSettings$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ClusterClientSettings$

      public ClusterClientSettings$()
      Deprecated.
  • Method Details

    • apply

      public ClusterClientSettings apply(ActorSystem system)
      Deprecated.
      Create settings from the default configuration pekko.cluster.client.
    • apply

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

      public ClusterClientSettings create(ActorSystem system)
      Deprecated.
      Java API: Create settings from the default configuration pekko.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 configuration pekko.cluster.client.