Stateful Saga Step With Builder
class StatefulSagaStepWithBuilder<C, R, S : Any>(builder: StatefulSagaBuilder<C, R, S>, step: TypedValue)
Wrapper for the "with" keyword in stateful step forward action configuration.
Functions
Link copied to clipboard
infix fun with(forward: suspend StatefulStepScope<R, S>.(C) -> StepOutcome<R>): StatefulSagaStepConfiguration<C, R, S>
Defines the forward action for the step with explicit outcome control.