bunqueue
v2.8
API reference
all versions
ยท
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
CompensateHandler
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
(
ctx
:
StepContext
<
TInput
,
any
>
)
:
Promise
<
void
>
|
void
Parameters
ctx
:
StepContext
<
TInput
,
any
>
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Guide
GitHub
bunqueue
Loading...
Compensate handler (type-erased for internal storage)