After Phase
Intermediate produced by val SagaBuilder.after.
Chains to after.each(step) { … } via the each function.
Functions
Link copied to clipboard
fun <C, R> AfterPhase<C, R>.each(keyword: step, block: suspend AfterEachScope<C, R, Unit>.(R) -> Unit)
Registers a SagaInterceptor for after.each(step) { … } usage.