콘텐츠로 이동
한국어

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