Class

io.funcqrs.akka.backend

AggregateActorRef

Related Doc: package backend

Permalink

case class AggregateActorRef[A <: AggregateLike](id: A.Id, aggregateManagerActor: ActorRef, projectionMonitor: ActorRef) extends AggregateAliases with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AggregateAliases, ProtocolAliases, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AggregateActorRef
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AggregateAliases
  7. ProtocolAliases
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AggregateActorRef(id: A.Id, aggregateManagerActor: ActorRef, projectionMonitor: ActorRef)

    Permalink

Type Members

  1. type Aggregate = A

    Permalink
    Definition Classes
    AggregateActorRef → AggregateAliases
  2. type Command = ProtocolAliases.Protocol.ProtocolCommand

    Permalink
    Definition Classes
    ProtocolAliases
  3. type Event = ProtocolAliases.Protocol.ProtocolEvent

    Permalink
    Definition Classes
    ProtocolAliases
  4. type Events = Seq[Event]

    Permalink
    Definition Classes
    ProtocolAliases
  5. type Id = A.Id

    Permalink
    Definition Classes
    AggregateAliases
  6. type Protocol = A.Protocol

    Permalink
    Definition Classes
    AggregateAliases → ProtocolAliases

Value Members

  1. def !(cmd: Command)(implicit sender: ActorRef = Actor.noSender): Unit

    Permalink
  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: Command)(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): Future[Events]

    Permalink
  6. val aggregateManagerActor: ActorRef

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def ask(cmd: Command)(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): Future[Events]

    Permalink
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  11. def exists()(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): Future[Boolean]

    Permalink
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val id: A.Id

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def join(viewName: String): ViewBoundedAggregateActorRef[A]

    Permalink
  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()(implicit timeout: Timeout, sender: ActorRef = Actor.noSender): Future[A]

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

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

    Permalink
  24. final def wait(): Unit

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

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

Inherited from ProtocolAliases

Inherited from AnyRef

Inherited from Any

Ungrouped