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(): 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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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. val projectionMonitor: ActorRef

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AggregateActorRef → AggregateRef

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