Skip to content

ReadWriteExecuteOptions

Defined in: runtime/index.ts:51

readonly optional idempotencyScope?: string

Defined in: runtime/index.ts:56

If set, this execute block will be idempotent for the composite event id and scope.


readonly optional maximumTransientRetries?: number

Defined in: runtime/index.ts:62

Maximum number of retries for transient errors. Otherwise a default is applied.