Skip to content

Documents for @litert/idempotency / Types / ICreateContext

Interface: ICreateContext()<TArgs>

Defined in: src/lib/Types.ts:282

The function to create a context for the idempotency record.

Type Parameters

TArgs

TArgs extends unknown[]

ICreateContext(...args): IRecordContext

Defined in: src/lib/Types.ts:289

Parameters

args

...TArgs

The arguments to pass to the execution.

Returns

IRecordContext