do
Defines the next saga step with "then do 'name' with { ... }" syntax.
Example:
then do "charge-payment" with { context ->
paymentService.charge(context.amount)
}Content copied to clipboard
Defines the next saga step with "then do 'name' with { ... }" syntax.
Example:
then do "charge-payment" with { context ->
paymentService.charge(context.amount)
}