Broadcast
Defined in: src/Router.ts:6
Message that tells a router to send the payload to every routee.
Type Parameters
Section titled “Type Parameters”T = unknown
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Broadcast<
T>(message):Broadcast<T>
Defined in: src/Router.ts:7
Parameters
Section titled “Parameters”message
Section titled “message”T
Returns
Section titled “Returns”Broadcast<T>
Properties
Section titled “Properties”message
Section titled “message”
readonlymessage:T
Defined in: src/Router.ts:7