Package

no.nextgentel.oss.akkatools.example2

trustaccountcreation

Permalink

package trustaccountcreation

Visibility
  1. Public
  2. All

Type Members

  1. case class CompletedCmd(id: String, trustAccountId: String) extends TACCmd with Product with Serializable

    Permalink
  2. case class CreateNewTACCmd(id: String, info: TrustAccountCreationInfo) extends TACCmd with Product with Serializable

    Permalink
  3. case class CreatedEvent(trustAccountId: String) extends TACEvent with Product with Serializable

    Permalink
  4. case class DeclinedCmd(id: String, cause: String) extends TACCmd with Product with Serializable

    Permalink
  5. case class DeclinedEvent(cause: String) extends TACEvent with Product with Serializable

    Permalink
  6. case class ESigningCompletedCmd(id: String) extends TACCmd with Product with Serializable

    Permalink
  7. case class ESigningCompletedEvent() extends TACEvent with Product with Serializable

    Permalink
  8. case class ESigningFailedCmd(id: String) extends TACCmd with Product with Serializable

    Permalink
  9. case class ESigningFailedEvent() extends TACEvent with Product with Serializable

    Permalink
  10. case class RegisteredEvent(info: TrustAccountCreationInfo) extends TACEvent with Product with Serializable

    Permalink
  11. class TACAggregate extends GeneralAggregate[TACEvent, TACState]

    Permalink
  12. trait TACCmd extends AggregateCmd

    Permalink
  13. case class TACError(e: String) extends AggregateError with Product with Serializable

    Permalink
  14. trait TACEvent extends AnyRef

    Permalink
  15. class TACStarter extends AggregateStarter with AggregateViewStarter

    Permalink
  16. case class TACState(state: StateName, info: Option[TrustAccountCreationInfo], trustAccountId: Option[String], declineCause: Option[String]) extends AggregateState[TACEvent, TACState] with Product with Serializable

    Permalink
  17. case class TrustAccountCreationInfo(customerNo: String, trustAccountType: String) extends Product with Serializable

    Permalink

Value Members

  1. object StateName extends Enumeration

    Permalink
  2. object TACAggregate

    Permalink
  3. object TACState extends Serializable

    Permalink

Ungrouped