bunqueue v2.8 API referenceall versions ยท guide
bunqueue
    Preparing search index...

    Type Alias CompensateHandler<TInput>

    CompensateHandler: (ctx: StepContext<TInput, any>) => Promise<void> | void

    Compensate handler (type-erased for internal storage)

    Type Parameters

    • TInput = unknown

    Type Declaration