Class/Object

io.funcqrs.akka

ConfigurableAggregateManager

Related Docs: object ConfigurableAggregateManager | package akka

Permalink

class ConfigurableAggregateManager[A <: AggregateLike] extends AggregateManager

Linear Supertypes
AggregateManager, AggregateMessageExtractors, AggregateAliases, ProtocolAliases, ActorLogging, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConfigurableAggregateManager
  2. AggregateManager
  3. AggregateMessageExtractors
  4. AggregateAliases
  5. ProtocolAliases
  6. ActorLogging
  7. Actor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfigurableAggregateManager(behaviorCons: (A.Id) ⇒ Behavior[A])

    Permalink

Type Members

  1. type Aggregate = A

    Permalink
    Definition Classes
    ConfigurableAggregateManagerAggregateManager → 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. case class PendingCommand(sender: ActorRef, targetProcessorId: AggregateManager.Id, command: AggregateManager.Command) extends Product with Serializable

    Permalink
    Definition Classes
    AggregateManager
  7. type Protocol = A.Protocol

    Permalink
    Definition Classes
    AggregateAliases → ProtocolAliases
  8. 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. object BadId

    Permalink
    Definition Classes
    AggregateMessageExtractors
  5. object GoodId

    Permalink
    Definition Classes
    AggregateMessageExtractors
  6. object IdAndCommand

    Permalink
    Definition Classes
    AggregateMessageExtractors
  7. def aggregateActorProps(id: Id): Props

    Permalink

    Build Props for a new Aggregate Actor with the passed Id

    Build Props for a new Aggregate Actor with the passed Id

    Definition Classes
    AggregateManager
  8. def aggregatePassivationStrategy: AggregatePassivationStrategy

    Permalink
    Definition Classes
    AggregateManager
  9. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def behavior(id: Id): Behavior[Aggregate]

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  18. def create(id: Id): ActorRef

    Permalink
    Attributes
    protected
    Definition Classes
    AggregateManager
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def exists(id: Id): Unit

    Permalink
    Definition Classes
    AggregateManager
  22. def fetchState(id: Id): Unit

    Permalink
    Definition Classes
    AggregateManager
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def findOrCreate(id: Id): ActorRef

    Permalink
    Attributes
    protected
    Definition Classes
    AggregateManager
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  28. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def postRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  36. def processAggregateCommand(aggregateId: Id, command: Command): Unit

    Permalink

    Processes aggregate command.

    Processes aggregate command. Creates an aggregate (if not already created) and handles commands caching while aggregate is being killed.

    Definition Classes
    AggregateManager
  37. def processCommand: Receive

    Permalink
    Definition Classes
    AggregateManager
  38. def receive: PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    AggregateManager → Actor
  39. implicit final val self: ActorRef

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

    Permalink
    Definition Classes
    Actor
  41. def supervisorStrategy: SupervisorStrategy

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AggregateManager

Inherited from AggregateAliases

Inherited from ProtocolAliases

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped