ClusterClient

org.apache.pekko.cluster.client.ClusterClient
See theClusterClient companion class
object ClusterClient

Attributes

Companion
class
Deprecated
[Since version Akka 2.6.0]
Source
ClusterClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Deprecated classlikes

final case class Publish(topic: String, msg: Any)

Attributes

Deprecated
[Since version Akka 2.6.0]
Source
ClusterClient.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Send(path: String, msg: Any, localAffinity: Boolean)

Attributes

Deprecated
[Since version Akka 2.6.0]
Source
ClusterClient.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SendToAll(path: String, msg: Any)

Attributes

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

Value members

Deprecated methods

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

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

Attributes

Deprecated
[Since version Akka 2.6.0]
Source
ClusterClient.scala