跳转到内容
简体中文

MailboxDepthReportMessage

此内容尚不支持你的语言。

MailboxDepthReportMessage = object

Defined in: src/cluster/router/MailboxDepthProtocol.ts:38

One node’s answer: how many user messages are queued at the routee.

readonly depth: number

Defined in: src/cluster/router/MailboxDepthProtocol.ts:45

Queued user messages at the routee when the query was served.


readonly kind: "mailbox-depth-report"

Defined in: src/cluster/router/MailboxDepthProtocol.ts:39


readonly node: string

Defined in: src/cluster/router/MailboxDepthProtocol.ts:41

The answering node, as system@host:port.


readonly routeePath: string

Defined in: src/cluster/router/MailboxDepthProtocol.ts:43

Echoed back, so a router only caches depths for the path it asked about.