zio.temporal.saga

Members list

Concise view

Type members

Classlikes

sealed trait ZSaga[+A]

Implements the logic to execute compensation operations that is often required in Saga applications. The following is a skeleton to show of how it is supposed to be used in workflow code:

Implements the logic to execute compensation operations that is often required in Saga applications. The following is a skeleton to show of how it is supposed to be used in workflow code:

Attributes

A

value type

See also:
Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Attempt[A]
class Bind[A, B]
class CatchAll[A]
class Compensation[A]
class Failed
class Succeed[A]
Self type
object ZSaga

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ZSaga.type