SagaEffect

interface SagaEffect

Receiver DSL of the saga { } builder.

Functions

bind
Link copied to clipboard
abstract suspend fun <A> Saga<A>.bind(): A

Runs a Saga and registers it's compensation task after the action finishes running

Sources

common source
Link copied to clipboard