Packages

final case class Outcome[E, S](events: Seq[E], state: S, sideEffects: Seq[SideEffect], issues: Seq[Issue]) extends Product with Serializable

Source
PersistentEntityTestDriver.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Outcome
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Outcome(events: Seq[E], state: S, sideEffects: Seq[SideEffect], issues: Seq[Issue])

Value Members

  1. val events: Seq[E]
  2. val issues: Seq[Issue]
  3. def replies: Seq[Any]

    The messages that were sent as replies using the context that is passed as parameter to the command handler functions.

  4. val sideEffects: Seq[SideEffect]
  5. val state: S