Publish

org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
See thePublish companion object
final case class Publish(topic: String, msg: Any, sendOneMessageToEachGroup: Boolean) extends DistributedPubSubMessage, WrappedMessage

Attributes

Companion
object
Source
DistributedPubSubMediator.scala
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(topic: String, msg: Any)

Concrete methods

override def message: Any

Attributes

Definition Classes
Source
DistributedPubSubMediator.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product