Trait

demesne.testkit

SimpleTestModule

Related Doc: package testkit

Permalink

trait SimpleTestModule extends AggregateRootModule with CommonInitializeAggregateActorType

Self Type
SimpleTestModule
Linear Supertypes
AggregateRootModule, LazyLogging, CommonInitializeAggregateActorType, InitializeAggregateActorType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleTestModule
  2. AggregateRootModule
  3. LazyLogging
  4. CommonInitializeAggregateActorType
  5. InitializeAggregateActorType
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Command = AggregateRootModule.Command[ID]

    Permalink
    Definition Classes
    AggregateRootModule
  2. type Event = AggregateRootModule.Event[ID]

    Permalink
    Definition Classes
    AggregateRootModule
  3. type ID = ShortUUID

    Permalink
    Definition Classes
    AggregateRootModule
  4. class SimpleTestActor extends AggregateRoot[State]

    Permalink
  5. type TID = TaggedID[ID]

    Permalink
    Definition Classes
    AggregateRootModule

Abstract Value Members

  1. abstract def acceptance: Acceptance[State]

    Permalink
  2. abstract def eventFor(state: State): PartialFunction[Any, Any]

    Permalink
  3. abstract def indexes: Seq[AggregateIndexSpec[_, _]]

    Permalink
  4. abstract def name: String

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object SimpleTestActor

    Permalink
  5. def aggregateIdTag: Symbol

    Permalink
    Definition Classes
    AggregateRootModule
  6. def aggregateOf(id: Option[TID])(implicit model: DomainModel): ActorRef

    Permalink
    Definition Classes
    AggregateRootModule
  7. def aggregateOf(id: TID)(implicit model: DomainModel): ActorRef

    Permalink
    Definition Classes
    AggregateRootModule
  8. def aggregateRootType: AggregateRootType

    Permalink
    Definition Classes
    SimpleTestModule → AggregateRootModule
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def initialize(props: Map[Symbol, Any])(implicit ec: ExecutionContext, to: Timeout): V[Future[Unit]]

    Permalink
    Definition Classes
    CommonInitializeAggregateActorType → InitializeAggregateActorType
  17. def initializer(rootType: AggregateRootType, model: DomainModel, props: Map[Symbol, Any])(implicit ec: ExecutionContext): V[Future[Unit]]

    Permalink
    Definition Classes
    CommonInitializeAggregateActorType
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def nextId: TID

    Permalink
    Definition Classes
    AggregateRootModule
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def shardName: String

    Permalink
    Definition Classes
    AggregateRootModule
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. implicit def tagId(id: ID): TID

    Permalink
    Definition Classes
    AggregateRootModule
  27. def toString(): String

    Permalink
    Definition Classes
    AggregateRootModule → AnyRef → Any
  28. val trace: Trace[DefaultLogger]

    Permalink
    Definition Classes
    SimpleTestModule → AggregateRootModule
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AggregateRootModule

Inherited from LazyLogging

Inherited from CommonInitializeAggregateActorType

Inherited from InitializeAggregateActorType

Inherited from AnyRef

Inherited from Any

Ungrouped