Class

io.funcqrs.akka.backend

AggregateActorRef

Related Doc: package backend

Permalink

case class AggregateActorRef[A, C, E, I <: AggregateId](id: I, aggregateManagerActor: ActorRef, projectionMonitor: ActorRef, timeoutDuration: FiniteDuration = 5.seconds) extends AsyncAggregateRef[A, C, E] with AggregateAliases with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AggregateAliases, AsyncAggregateRef[A, C, E], AggregateRef[A, C, E, Future], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateActorRef
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AggregateAliases
  7. AsyncAggregateRef
  8. AggregateRef
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AggregateActorRef(id: I, aggregateManagerActor: ActorRef, projectionMonitor: ActorRef, timeoutDuration: FiniteDuration = 5.seconds)

    Permalink

Type Members

  1. type Aggregate = A

    Permalink
    Definition Classes
    AggregateActorRef → AggregateAliases
  2. type Command = C

    Permalink
    Definition Classes
    AggregateActorRef → AggregateAliases
  3. type Event = E

    Permalink
    Definition Classes
    AggregateActorRef → AggregateAliases
  4. type Events = Seq[Event]

    Permalink
    Definition Classes
    AggregateAliases
  5. type Id = I

    Permalink
    Definition Classes
    AggregateActorRef → AggregateAliases

Value Members

  1. def !(cmd: C): Unit

    Permalink
    Definition Classes
    AggregateRef
  2. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def ?(cmd: C): Future[Seq[E]]

    Permalink
    Definition Classes
    AggregateRef
  6. val aggregateManagerActor: ActorRef

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def ask(cmd: Command): Future[Events]

    Permalink
    Definition Classes
    AggregateActorRef → AggregateRef
  9. def askTimeout: Timeout

    Permalink
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  12. def exists(predicate: (Aggregate) ⇒ Boolean): Future[Boolean]

    Permalink
    Definition Classes
    AggregateActorRef → AggregateRef
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val id: I

    Permalink
  16. def isInitialized: Future[Boolean]

    Permalink
    Definition Classes
    AggregateActorRef → AggregateRef
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def join(viewName: String): ViewBoundedAggregateActorRef[A, C, E, I]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val projectionMonitor: ActorRef

    Permalink
  23. def state(): Future[A]

    Permalink
    Definition Classes
    AggregateActorRef → AggregateRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def tell(cmd: Command): Unit

    Permalink
    Definition Classes
    AggregateActorRef → AggregateRef
  26. val timeoutDuration: FiniteDuration

    Permalink
    Definition Classes
    AggregateActorRef → AsyncAggregateRef
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withAskTimeout(timeout: FiniteDuration): AggregateRef[A, C, E, Future]

    Permalink
    Definition Classes
    AggregateActorRef → AggregateRef

Deprecated Value Members

  1. def exists(): Future[Boolean]

    Permalink
    Definition Classes
    AggregateRef
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use isInitialized for check Aggregate contains some state

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AggregateAliases

Inherited from AsyncAggregateRef[A, C, E]

Inherited from AggregateRef[A, C, E, Future]

Inherited from AnyRef

Inherited from Any

Ungrouped