SubscribeOptions
Defined in: packages/pubsub/src/types.ts:87
Transport-neutral subscription options passed through to subscriber transports.
Extended by
Section titled “Extended by”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.
consumerGroup?
Section titled “consumerGroup?”
optionalconsumerGroup?:string
Defined in: packages/pubsub/src/types.ts:89
Consumer group or durable subscription identifier owned by the transport.
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.
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.
signal?
Section titled “signal?”
optionalsignal?:AbortSignal
Defined in: packages/pubsub/src/types.ts:98
Optional cancellation signal for stopping long-running subscriptions.