bind

abstract suspend fun <A> Saga<A>.bind(): A

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

Sources

jvm source
Link copied to clipboard