CreateRouterOptions
Defined in: packages/pubsub/src/types.ts:70
Type Parameters
Section titled “Type Parameters”TService
Section titled “TService”TService extends GenService<GenServiceMethods> = GenService<GenServiceMethods>
Properties
Section titled “Properties”contextValues?
Section titled “contextValues?”
optionalcontextValues?:ContextValues
Defined in: packages/pubsub/src/types.ts:83
Context values passed through the interceptor chain and to nested operations.
deadLetterTopic?
Section titled “deadLetterTopic?”
optionaldeadLetterTopic?:string
Defined in: packages/pubsub/src/types.ts:81
Topic for rejected or dead-lettered CloudEvents. Defaults to <service.typeName>.__deadletter.
topic?
Section titled “topic?”
optionaltopic?:TopicConfig<TService>
Defined in: packages/pubsub/src/types.ts:79
Broker delivery topic configuration.
This does not change CloudEvent type. Handlers are selected by CloudEvent
type; topics only decide where the broker delivers the event.