Class

demesne.module.SimpleAggregateModule

SimpleAggregateModuleImpl

Related Doc: package SimpleAggregateModule

Permalink

final case class SimpleAggregateModuleImpl[S](aggregateIdTag: Symbol, aggregateRootPropsOp: AggregateRootProps, startTask: StartTask, environment: AggregateEnvironment, indexes: Seq[IndexSpecification])(implicit evidence$7: ClassTag[S], evidence$8: Identifying[S]) extends SimpleAggregateModule[S] with Equals with Product with Serializable

Self Type
SimpleAggregateModuleImpl[S]
Linear Supertypes
Serializable, Serializable, Product, Equals, SimpleAggregateModule[S], AggregateRootModule, LazyLogging, Provider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleAggregateModuleImpl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SimpleAggregateModule
  7. AggregateRootModule
  8. LazyLogging
  9. Provider
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleAggregateModuleImpl(aggregateIdTag: Symbol, aggregateRootPropsOp: AggregateRootProps, startTask: StartTask, environment: AggregateEnvironment, indexes: Seq[IndexSpecification])(implicit arg0: ClassTag[S], arg1: Identifying[S])

    Permalink

Type Members

  1. type ID = peds.commons.identifier.Identifying.ID

    Permalink
  2. class SimpleAggregateRootType extends AggregateRootType

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

    Permalink
    Definition Classes
    AggregateRootModule

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

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

    Permalink
    Definition Classes
    AggregateRootModule
  6. val aggregateRootPropsOp: AggregateRootProps

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def bridgeIDClassTag[I](implicit arg0: ClassTag[I]): ClassTag[I]

    Permalink
  9. def canEqual(rhs: Any): Boolean

    Permalink
    Definition Classes
    SimpleAggregateModuleImpl → Equals
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val environment: AggregateEnvironment

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

    Permalink
    Definition Classes
    AnyRef
  13. def equals(rhs: Any): Boolean

    Permalink
    Definition Classes
    SimpleAggregateModuleImpl → Equals → AnyRef → Any
  14. val evState: ClassTag[S]

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

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

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

    Permalink
    Definition Classes
    SimpleAggregateModuleImpl → AnyRef → Any
  18. val identifying: Identifying[S]

    Permalink
    Definition Classes
    SimpleAggregateModule
  19. val indexes: Seq[IndexSpecification]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. lazy val logger: Logger

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

    Permalink
    Definition Classes
    AnyRef
  23. def nextId: TryV[TID]

    Permalink
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def rootType: AggregateRootType

    Permalink
    Definition Classes
    SimpleAggregateModuleProvider
  27. def shardName: String

    Permalink
    Definition Classes
    AggregateRootModule
  28. val startTask: StartTask

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    AggregateRootModule → AnyRef → Any
  32. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SimpleAggregateModule[S]

Inherited from AggregateRootModule

Inherited from LazyLogging

Inherited from Provider

Inherited from AnyRef

Inherited from Any

Ungrouped