object ClusterClient
- Source
- ClusterClient.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
Publish
(topic: String, msg: Any) extends Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
Send
(path: String, msg: Any, localAffinity: Boolean) extends Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
SendToAll
(path: String, msg: Any) extends Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
-
def
props(settings: ClusterClientSettings): Props
Scala API: Factory method for
ClusterClient
akka.actor.Props.