do
Defines a saga step with "do 'name' with { ... }" syntax.
Example:
first do "reserve-inventory" with { context ->
inventoryService.reserve(context.items)
}Content copied to clipboard
Defines a saga step with "do 'name' with { ... }" syntax.
Example:
first do "reserve-inventory" with { context ->
inventoryService.reserve(context.items)
}