Skip to content

Disposition

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

Normalized outcome for a consumed CloudEvent.

optional delay?: Duration

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

Optional retry delay when kind is retry.


optional error?: unknown

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

Optional error captured while normalizing handler failure.


kind: DispositionKind

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

The action a transport should take for the delivery.