Delivery
Defined in: packages/pubsub/src/types.ts:148
CloudEvent delivery received from a subscriber transport.
Properties
Section titled “Properties”attempt?
Section titled “attempt?”
optionalattempt?:number
Defined in: packages/pubsub/src/types.ts:154
One-based delivery attempt count reported by the transport. Defaults to 1.
contextValues?
Section titled “contextValues?”
optionalcontextValues?:ContextValues
Defined in: packages/pubsub/src/types.ts:156
Context values passed through the interceptor chain and to handlers.
event:
CloudEvent
Defined in: packages/pubsub/src/types.ts:150
Delivered CloudEvent.
topic?
Section titled “topic?”
optionaltopic?:string
Defined in: packages/pubsub/src/types.ts:152
Transport topic the event was delivered from, when available.