object ClusterClient

Annotations
@deprecated
Deprecated

(Since version 2.6.0) Use Akka gRPC instead, see https://doc.akka.io/libraries/akka-core/2.6/cluster-client.html#migration-to-akka-grpc

Source
ClusterClient.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Type Members

  1. final case class Publish(topic: String, msg: Any) extends Product with Serializable
    Annotations
    @SerialVersionUID() @deprecated
    Deprecated

    (Since version 2.6.0) Use Akka gRPC instead, see https://doc.akka.io/libraries/akka-core/2.6/cluster-client.html#migration-to-akka-grpc

  2. final case class Send(path: String, msg: Any, localAffinity: Boolean) extends Product with Serializable
    Annotations
    @SerialVersionUID() @deprecated
    Deprecated

    (Since version 2.6.0) Use Akka gRPC instead, see https://doc.akka.io/libraries/akka-core/2.6/cluster-client.html#migration-to-akka-grpc

  3. final case class SendToAll(path: String, msg: Any) extends Product with Serializable
    Annotations
    @SerialVersionUID() @deprecated
    Deprecated

    (Since version 2.6.0) Use Akka gRPC instead, see https://doc.akka.io/libraries/akka-core/2.6/cluster-client.html#migration-to-akka-grpc

Deprecated Value Members

  1. def props(settings: ClusterClientSettings): Props

    Scala API: Factory method for ClusterClient akka.actor.Props.

    Scala API: Factory method for ClusterClient akka.actor.Props.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use Akka gRPC instead, see https://doc.akka.io/libraries/akka-core/2.6/cluster-client.html#migration-to-akka-grpc