Class

demesne.BoundedContext

BoundedContextCell

Related Doc: package BoundedContext

Permalink

final case class BoundedContextCell extends BoundedContext with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, BoundedContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundedContextCell
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BoundedContext
  7. AnyRef
  8. 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)(implicit ec: ExecutionContext): Future[BoundedContext]

    Permalink
    Definition Classes
    BoundedContext
  5. def addAggregateTypes(rootTypes: Set[AggregateRootType])(implicit ec: ExecutionContext): Future[BoundedContext]

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext
  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. val configuration: Config

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def futureModel: Future[DomainModel]

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val key: Symbol

    Permalink
  15. val modelCell: DomainModelCell

    Permalink
  16. val name: String

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. lazy val resources: Resources

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext
  21. def shutdown(): Future[Terminated]

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext
  22. def start()(implicit ec: ExecutionContext, timeout: Timeout): Future[BoundedContext]

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext
  23. val startTasks: Seq[StartTask]

    Permalink
  24. def started: Boolean

    Permalink
  25. val supervisors: Option[Supervisors]

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

    Permalink
    Definition Classes
    AnyRef
  27. val system: ActorSystem

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext
  28. def toString(): String

    Permalink
    Definition Classes
    BoundedContextCell → AnyRef → Any
  29. val unsafeModel: DomainModel

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext
  30. val userResources: Resources

    Permalink
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withResources(rs: Resources): BoundedContext

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext
  35. def withStartTask(startTask: StartTask): BoundedContext

    Permalink
    Definition Classes
    BoundedContextCellBoundedContext

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BoundedContext

Inherited from AnyRef

Inherited from Any

Ungrouped