Pular para o conteúdo
Português (BR)

MailboxDepthReportMessage

Este conteúdo não está disponível em sua língua ainda.

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.