object ClusterClient

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. All

Type Members

  1. final case class Publish(topic: String, msg: Any) extends Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class Send(path: String, msg: Any, localAffinity: Boolean) extends Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class SendToAll(path: String, msg: Any) extends Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. def props(settings: ClusterClientSettings): Props

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