Send

org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
final case class Send(path: String, msg: Any, localAffinity: 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)

Convenience constructor with localAffinity false

Convenience constructor with localAffinity false

Attributes

Source
DistributedPubSubMediator.scala

Concrete methods

override def message: Any

Attributes

Definition Classes
Source
DistributedPubSubMediator.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product