Trigger

endless.core.entity.SideEffect.Trigger
See theTrigger companion trait
object Trigger

Attributes

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

Members list

Type members

Classlikes

case object AfterPersistence extends Trigger

Triggered just after events or state persistence

Triggered just after events or state persistence

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Trigger
class Object
trait Matchable
class Any
Show all
Self type
case object AfterRead extends Trigger

Triggered just after processing a read-only command (no events were written, the state hasn't changed)

Triggered just after processing a read-only command (no events were written, the state hasn't changed)

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Trigger
class Object
trait Matchable
class Any
Show all
Self type
AfterRead.type
case object AfterRecovery extends Trigger

Triggered just after recovery

Triggered just after recovery

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Trigger
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val eqTrigger: Eq[Trigger]