BrokeredMessage
Defined in: src/cluster/transports/MessageChannelTransport.ts:11
Message shape carried over the underlying MessageChannel. The broker
pattern means every outbound frame from a worker includes the sender
address (so the receiver can put it in WireHandler) and the intended
recipient (so the broker can route it).
Properties
Section titled “Properties”
readonlyfrom:NodeAddressData
Defined in: src/cluster/transports/MessageChannelTransport.ts:12
payload
Section titled “payload”
readonlypayload:WireMessage
Defined in: src/cluster/transports/MessageChannelTransport.ts:14
readonlyto:NodeAddressData
Defined in: src/cluster/transports/MessageChannelTransport.ts:13