SendToAll

org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
final case class SendToAll(path: String, msg: Any, allButSelf: Boolean) extends DistributedPubSubMessage, WrappedMessage

Attributes

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(path: 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