StatefulSagaStepWithBuilder

Wrapper for the "with" keyword in stateful step forward action configuration.

Constructors

Link copied to clipboard
constructor(builder: StatefulSagaBuilder<C, R, S>, step: TypedValue)

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.