Class/Object

demesne.repository

CommonLocalRepository

Related Docs: object CommonLocalRepository | package repository

Permalink

class CommonLocalRepository extends CommonRepository with LocalAggregateContext

Linear Supertypes
LocalAggregateContext, AggregateContext, CommonRepository, EnvelopingAggregateRootRepository, EnvelopingActor, Enveloping, AggregateRootRepository, ActorLogging, ActorStack, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonLocalRepository
  2. LocalAggregateContext
  3. AggregateContext
  4. CommonRepository
  5. EnvelopingAggregateRootRepository
  6. EnvelopingActor
  7. Enveloping
  8. AggregateRootRepository
  9. ActorLogging
  10. ActorStack
  11. Actor
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommonLocalRepository(model: DomainModel, rootType: AggregateRootType, makeAggregateProps: AggregateRootProps)

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

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 aggregateFor(command: Any): ActorRef

    Permalink
  5. def aggregateProps: Props

    Permalink
    Definition Classes
    CommonRepository
  6. def around(r: Receive): Receive

    Permalink
    Definition Classes
    EnvelopingActor → ActorStack
  7. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  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. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  15. def doInitialize(resources: Map[Symbol, Any]): Valid[Done]

    Permalink
    Definition Classes
    AggregateRootRepository
  16. def doLoad(): Loaded

    Permalink
    Definition Classes
    AggregateRootRepository
  17. implicit val ec: ExecutionContextExecutor

    Permalink
    Definition Classes
    AggregateRootRepository
  18. def envelopeHeader: Option[EnvelopeHeader]

    Permalink
    Definition Classes
    Enveloping
  19. def envelopeHeader_=(header: Option[EnvelopeHeader]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Enveloping
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def handleInitialize(resources: Map[Symbol, Any])(implicit ec: ExecutionContext): Future[Started.type]

    Permalink
    Definition Classes
    AggregateRootRepository
  25. def handleLoad()(implicit ec: ExecutionContext): Future[Loaded]

    Permalink
    Definition Classes
    AggregateRootRepository
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def initializeContext(resources: Map[Symbol, Any])(implicit ec: ExecutionContext): Future[Done]

    Permalink
    Definition Classes
    AggregateContext
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def loadContext()(implicit ec: ExecutionContext): Future[Done]

    Permalink
    Definition Classes
    AggregateContext
  30. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  31. implicit def messageNumber: MessageNumber

    Permalink
    Definition Classes
    Enveloping
  32. def messageNumber_=(messageNum: MessageNumber): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Enveloping
  33. val model: DomainModel

    Permalink
    Definition Classes
    AggregateRootRepository
  34. implicit val myComponentPath: ComponentPath

    Permalink
    Definition Classes
    Enveloping
  35. implicit val myComponentType: ComponentType

    Permalink
    Definition Classes
    Enveloping
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. def nonfunctional: Receive

    Permalink
    Definition Classes
    AggregateRootRepository
  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. def pathname: String

    Permalink
    Definition Classes
    EnvelopingActor → Enveloping
  41. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def postStop(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  43. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. def preStart(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  45. val quiescent: Receive

    Permalink
    Definition Classes
    AggregateRootRepository
  46. def receive: akka.actor.Actor.Receive

    Permalink
    Definition Classes
    AggregateRootRepository → Actor
  47. def repository: Receive

    Permalink
  48. implicit def requestId: RequestId

    Permalink
    Definition Classes
    Enveloping
  49. val rootType: AggregateRootType

    Permalink
    Definition Classes
    AggregateRootRepository
  50. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  51. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  52. val supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    AggregateRootRepository → Actor
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  55. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  56. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. implicit def workId: WorkId

    Permalink
    Definition Classes
    Enveloping
  60. def workId_=(wid: WorkId): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Enveloping

Inherited from LocalAggregateContext

Inherited from AggregateContext

Inherited from CommonRepository

Inherited from EnvelopingActor

Inherited from Enveloping

Inherited from AggregateRootRepository

Inherited from ActorLogging

Inherited from ActorStack

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped