Send

org.apache.pekko.cluster.client.ClusterClient.Send
final case class Send(path: String, msg: Any, localAffinity: Boolean)

Attributes

Deprecated
[Since version Akka 2.6.0]
Source
ClusterClient.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(path: String, msg: Any)

Convenience constructor with localAffinity false

Convenience constructor with localAffinity false

Attributes

Source
ClusterClient.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product