final case class Publish(topic: String, msg: Any, sendOneMessageToEachGroup: Boolean) extends DistributedPubSubMessage with WrappedMessage with Product with Serializable
- Annotations
- @SerialVersionUID()
- Source
- DistributedPubSubMediator.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Publish
- Product
- Equals
- WrappedMessage
- DistributedPubSubMessage
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected