Stateful Saga Step Configuration
Configuration scope for a stateful saga step, enabling fluent chaining.
Types
Properties
Functions
Link copied to clipboard
infix fun otherwise(compensation: suspend CompensationScope<R, S>.() -> Unit): StatefulSagaStepConfiguration<C, R, S>
Defines compensation logic with fluent "otherwise { ... }" syntax.