Class

demesne.DomainModel

DomainModelCell

Related Doc: package DomainModel

Permalink

final case class DomainModelCell extends DomainModel with LazyLogging with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, LazyLogging, DomainModel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DomainModelCell
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LazyLogging
  7. DomainModel
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 addAggregateType(rootType: AggregateRootType): DomainModelCell

    Permalink
  5. def aggregateIndexFor[K, TID, V](rootName: String, indexName: Symbol): TryV[AggregateIndex[K, TID, V]]

    Permalink
    Definition Classes
    DomainModelCellDomainModel
  6. def aggregateIndexFor[K, TID, V](rootType: AggregateRootType, name: Symbol): TryV[AggregateIndex[K, TID, V]]

    Permalink
    Definition Classes
    DomainModel
  7. def aggregateOf(rootName: String, id: Any): ActorRef

    Permalink
    Definition Classes
    DomainModel
  8. def aggregateOf(rootType: AggregateRootType, id: Any): ActorRef

    Permalink
    Definition Classes
    DomainModel
  9. val aggregateRefs: Map[String, RootTypeRef]

    Permalink
  10. def apply(rootName: String, id: Any): ActorRef

    Permalink
    Definition Classes
    DomainModel
  11. def apply(rootType: AggregateRootType, id: Any): ActorRef

    Permalink
    Definition Classes
    DomainModel
  12. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(rootName: String, id: Any): Option[ActorRef]

    Permalink
    Definition Classes
    DomainModelCellDomainModel
  17. def get(rootType: AggregateRootType, id: Any): Option[ActorRef]

    Permalink
    Definition Classes
    DomainModel
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. val indexBus: IndexBus

    Permalink
    Definition Classes
    DomainModelCellDomainModel
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val key: Symbol

    Permalink
  22. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  23. def name: String

    Permalink
    Definition Classes
    DomainModelCellDomainModel
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val rootTypes: Set[AggregateRootType]

    Permalink
    Definition Classes
    DomainModelCellDomainModel
  28. val specAgents: Map[IndexSpecification, IndexEnvelope]

    Permalink
  29. def start()(implicit ec: ExecutionContext, timeout: Timeout): Future[DomainModelCell]

    Permalink
  30. val supervisors: Option[Supervisors]

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

    Permalink
    Definition Classes
    AnyRef
  32. val system: ActorSystem

    Permalink
    Definition Classes
    DomainModelCellDomainModel
  33. def toString(): String

    Permalink
    Definition Classes
    DomainModelCell → AnyRef → Any
  34. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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 LazyLogging

Inherited from DomainModel

Inherited from AnyRef

Inherited from Any

Ungrouped