MailboxDepthQueryMessage
이 콘텐츠는 아직 번역되지 않았습니다.
MailboxDepthQueryMessage =
object
Defined in: src/cluster/router/MailboxDepthProtocol.ts:21
A router asking one node how deep the routee’s mailbox is.
Properties
Section titled “Properties”
readonlykind:"mailbox-depth-query"
Defined in: src/cluster/router/MailboxDepthProtocol.ts:22
replyTo
Section titled “replyTo”
readonlyreplyTo:string
Defined in: src/cluster/router/MailboxDepthProtocol.ts:32
Full actor path of the asking router, on the asking node — where the report is delivered.
The node to answer is deliberately not in here: the agent replies to
the address the transport authenticated the envelope from, so a peer
cannot point a reply at a third node. replyTo can therefore only ever
address an actor on the asker’s own node.
routeePath
Section titled “routeePath”
readonlyrouteePath:string
Defined in: src/cluster/router/MailboxDepthProtocol.ts:34
The routee path whose depth is wanted, e.g. /user/worker.
