Skip to content

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).

readonly from: NodeAddressData

Defined in: src/cluster/transports/MessageChannelTransport.ts:12


readonly payload: WireMessage

Defined in: src/cluster/transports/MessageChannelTransport.ts:14


readonly to: NodeAddressData

Defined in: src/cluster/transports/MessageChannelTransport.ts:13