SagaStepWithBuilder

class SagaStepWithBuilder<C, R>(builder: SagaBuilder<C, R>, step: TypedValue)

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

Constructors

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

Functions

Link copied to clipboard
infix fun with(forward: suspend (C) -> R): SagaStepConfiguration<C, R>

Defines the forward action for the step (suspend function).