Class ClusterClient$


  • public class ClusterClient$
    extends java.lang.Object
    Deprecated.
    . Since .
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ClusterClient$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClusterClient$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Props props​(ClusterClientSettings settings)
      Deprecated.
      Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • ClusterClient$

        public ClusterClient$()
        Deprecated.
    • Method Detail

      • props

        public Props props​(ClusterClientSettings settings)
        Deprecated.
        Use Akka gRPC instead, see https://doc.akka.io/docs/akka/2.6/cluster-client.html#migration-to-akka-grpc. Since 2.6.0.
        Scala API: Factory method for ClusterClient Props.