Class/Object

demesne.module.entity

EntityAggregateModule

Related Docs: object EntityAggregateModule | package entity

Permalink

abstract class EntityAggregateModule[E <: Entity] extends SimpleAggregateModule[E]

Self Type
EntityAggregateModule[E]
Linear Supertypes
SimpleAggregateModule[E], AggregateRootModule, LazyLogging, Provider, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityAggregateModule
  2. SimpleAggregateModule
  3. AggregateRootModule
  4. LazyLogging
  5. Provider
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntityAggregateModule()(implicit arg0: ClassTag[E], arg1: EntityIdentifying[E])

    Permalink

Type Members

  1. abstract class EntityAggregateActor extends AggregateRoot[E, E.ID]

    Permalink
  2. class EntityAggregateRootType extends SimpleAggregateRootType

    Permalink
  3. type ID = E.ID

    Permalink
  4. abstract type Protocol <: EntityProtocol[ID]

    Permalink
  5. class SimpleAggregateRootType extends AggregateRootType

    Permalink
    Definition Classes
    SimpleAggregateModule
  6. type TID = TaggedID[ID]

    Permalink
    Definition Classes
    AggregateRootModule

Abstract Value Members

  1. abstract def aggregateRootPropsOp: AggregateRootProps

    Permalink
    Definition Classes
    SimpleAggregateModule
  2. abstract def environment: AggregateEnvironment

    Permalink
    Definition Classes
    SimpleAggregateModule
  3. abstract def idLens: Lens[E, TaggedID[E.ID]]

    Permalink
  4. abstract def nameLens: Lens[E, String]

    Permalink
  5. abstract def passivateTimeout: Duration

    Permalink
    Definition Classes
    SimpleAggregateModule
  6. abstract val protocol: Protocol

    Permalink
  7. abstract def snapshotPeriod: Option[FiniteDuration]

    Permalink
    Definition Classes
    SimpleAggregateModule

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. def aggregateIdTag: Symbol

    Permalink
    Definition Classes
    AggregateRootModule
  5. def aggregateOf(id: Any)(implicit model: DomainModel): ActorRef

    Permalink
    Definition Classes
    AggregateRootModule
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def entityLabel(e: E): String

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. val evState: ClassTag[E]

    Permalink
    Definition Classes
    SimpleAggregateModule
  12. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val identifying: EntityIdentifying[E]

    Permalink
  16. def indexes: Seq[IndexSpecification]

    Permalink
    Definition Classes
    SimpleAggregateModule
  17. def isActiveLens: Option[Lens[E, Boolean]]

    Permalink
  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: TryV[TID]

    Permalink
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. val rootType: AggregateRootType

    Permalink
  25. def shardName: String

    Permalink
    Definition Classes
    AggregateRootModule
  26. def slugLens: Option[Lens[E, String]]

    Permalink
  27. def startTask: StartTask

    Permalink
    Definition Classes
    SimpleAggregateModule
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AggregateRootModule
  30. def toEntity: PartialFunction[Any, Option[E]]

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    AggregateRootModule → AnyRef → Any
  32. final def triedToEntity(from: Any): Option[E]

    Permalink
  33. final def wait(): Unit

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

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

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

Inherited from SimpleAggregateModule[E]

Inherited from AggregateRootModule

Inherited from LazyLogging

Inherited from Provider

Inherited from AnyRef

Inherited from Any

Ungrouped