コンテンツにスキップ
日本語

SubscribeRejected

このコンテンツはまだ日本語訳がありません。

Defined in: src/cluster/pubsub/Messages.ts:88

Refusal sent instead of a SubscribeAcknowledgment when a mediator cap is already full.

The caps bound what one mediator can be made to hold; answering bounds the debugging cost of hitting one. A dropped Subscribe looks exactly like a working subscription to a topic nobody publishes to, and the two are hours apart to tell from the outside. limit is the configured value of reason.

new SubscribeRejected(topic, reason, limit): SubscribeRejected

Defined in: src/cluster/pubsub/Messages.ts:89

string

PubSubSubscribeRejectionReason

number

SubscribeRejected

readonly limit: number

Defined in: src/cluster/pubsub/Messages.ts:92


readonly reason: PubSubSubscribeRejectionReason

Defined in: src/cluster/pubsub/Messages.ts:91


readonly topic: string

Defined in: src/cluster/pubsub/Messages.ts:90

toString(): string

Defined in: src/cluster/pubsub/Messages.ts:94

string