SubscribeRejected
Esta página aún no está disponible en tu idioma.
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.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SubscribeRejected(
topic,reason,limit):SubscribeRejected
Defined in: src/cluster/pubsub/Messages.ts:89
Parameters
Section titled “Parameters”string
reason
Section titled “reason”PubSubSubscribeRejectionReason
number
Returns
Section titled “Returns”SubscribeRejected
Properties
Section titled “Properties”
readonlylimit:number
Defined in: src/cluster/pubsub/Messages.ts:92
reason
Section titled “reason”
readonlyreason:PubSubSubscribeRejectionReason
Defined in: src/cluster/pubsub/Messages.ts:91
readonlytopic:string
Defined in: src/cluster/pubsub/Messages.ts:90
Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: src/cluster/pubsub/Messages.ts:94
Returns
Section titled “Returns”string
