Packages

object Effect

Source
ValueEntity.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Effect
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Builder[S] extends AnyRef

    Construct the effect that is returned by the command handler.

    Construct the effect that is returned by the command handler. The effect describes next processing actions, such as updating state and sending a reply.

    S

    The type of the state for this entity.

  2. trait OnSuccessBuilder[S] extends AnyRef