SubscribeRequest
Defined in: packages/pubsub/src/types.ts:104
Internal subscribe request passed from the router to transports.
Extends
Section titled “Extends”Properties
Section titled “Properties”concurrency?
Section titled “concurrency?”
optionalconcurrency?:number
Defined in: packages/pubsub/src/types.ts:91
Maximum concurrent deliveries requested from the transport.
Inherited from
Section titled “Inherited from”consumerGroup?
Section titled “consumerGroup?”
optionalconsumerGroup?:string
Defined in: packages/pubsub/src/types.ts:89
Consumer group or durable subscription identifier owned by the transport.
Inherited from
Section titled “Inherited from”SubscribeOptions.consumerGroup
contextValues?
Section titled “contextValues?”
optionalcontextValues?:ContextValues
Defined in: packages/pubsub/src/types.ts:100
Context values passed through the interceptor chain and to nested operations.
Inherited from
Section titled “Inherited from”SubscribeOptions.contextValues
deadLetterTopic?
Section titled “deadLetterTopic?”
optionaldeadLetterTopic?:string
Defined in: packages/pubsub/src/types.ts:108
Broker dead-letter topic resolved by the router, when any.
maxAttempts?
Section titled “maxAttempts?”
optionalmaxAttempts?:number
Defined in: packages/pubsub/src/types.ts:96
Maximum one-based delivery attempts before a retry disposition is converted to a dead-letter disposition by the transport. Unset means no transport-enforced limit.
Inherited from
Section titled “Inherited from”signal?
Section titled “signal?”
optionalsignal?:AbortSignal
Defined in: packages/pubsub/src/types.ts:98
Optional cancellation signal for stopping long-running subscriptions.
Inherited from
Section titled “Inherited from”topics
Section titled “topics”topics:
string[]
Defined in: packages/pubsub/src/types.ts:106
Broker topics or subjects resolved by the router.