Skip to content

PubSubTransportEvent

Defined in: packages/pubsub/src/types.ts:233

Shared metadata passed to transport lifecycle interceptor hooks.

optional attempt?: number

Defined in: packages/pubsub/src/types.ts:239

One-based delivery attempt count when available.


id: string

Defined in: packages/pubsub/src/types.ts:235

CloudEvent id or broker message id.


topic: string

Defined in: packages/pubsub/src/types.ts:237

Transport topic associated with the event.