no.nextgentel.oss.akkatools.aggregate

GeneralAggregateView

Related Doc: package aggregate

class GeneralAggregateView[E, S <: AggregateState[E, S]] extends EnhancedPersistentView[E, S]

Linear Supertypes
EnhancedPersistentView[E, S], ActorLogging, PersistentView, Recovery, StashFactory, Stash, RequiresMessageQueue[DequeBasedMessageQueueSemantics], UnrestrictedStash, StashSupport, Snapshotter, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeneralAggregateView
  2. EnhancedPersistentView
  3. ActorLogging
  4. PersistentView
  5. Recovery
  6. StashFactory
  7. Stash
  8. RequiresMessageQueue
  9. UnrestrictedStash
  10. StashSupport
  11. Snapshotter
  12. Actor
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeneralAggregateView(persistenceIdBase: String, id: String, initialState: S, collectHistory: Boolean = true)(implicit arg0: ClassTag[E], arg1: ClassTag[S])

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. def applyEventToState(event: E): Unit

  5. def aroundPostRestart(reason: Throwable): Unit

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

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

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

    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundReceive(receive: Receive, message: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Recovery → Actor
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def autoUpdate: Boolean

    Definition Classes
    PersistentView
  12. def autoUpdateInterval: FiniteDuration

    Definition Classes
    PersistentView
  13. def autoUpdateReplayMax: Long

    Definition Classes
    PersistentView
  14. def clone(): AnyRef

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

    Definition Classes
    Actor
  16. def currentState(): S

  17. def deleteSnapshot(sequenceNr: Long, timestamp: Long): Unit

    Definition Classes
    Snapshotter
  18. def deleteSnapshots(criteria: SnapshotSelectionCriteria): Unit

    Definition Classes
    Snapshotter
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  24. var history: List[EventAndState]

    Definition Classes
    EnhancedPersistentView
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isPersistent: Boolean

    Definition Classes
    PersistentView
  27. def lastSequenceNr: Long

    Definition Classes
    Recovery
  28. def loadSnapshot(persistenceId: String, criteria: SnapshotSelectionCriteria, toSequenceNr: Long): Unit

    Definition Classes
    Snapshotter
  29. def log: LoggingAdapter

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

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. val onCmd: PartialFunction[AnyRef, Unit]

  34. def persistenceId: String

    Definition Classes
    EnhancedPersistentView → Recovery
  35. def postRestart(reason: Throwable): Unit

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

    Definition Classes
    PersistentView → UnrestrictedStash → Actor
  37. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    PersistentView → UnrestrictedStash → Actor
  38. def preStart(): Unit

    Definition Classes
    PersistentView → Actor
  39. def receive: PartialFunction[Any, Unit]

    Definition Classes
    EnhancedPersistentView → Actor
  40. def saveSnapshot(snapshot: Any): Unit

    Definition Classes
    Snapshotter
  41. implicit final val self: ActorRef

    Definition Classes
    Actor
  42. final def sender(): ActorRef

    Definition Classes
    Actor
  43. def snapshotSequenceNr: Long

    Definition Classes
    Recovery → Snapshotter
  44. def snapshotterId: String

    Definition Classes
    PersistentView → Snapshotter
  45. def stash(): Unit

    Definition Classes
    StashSupport
  46. var state: S

  47. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  49. def toString(): String

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

    Definition Classes
    Actor
  51. def unstashAll(): Unit

    Definition Classes
    StashSupport
  52. def viewId: String

    Definition Classes
    EnhancedPersistentView → PersistentView
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. implicit def currentPersistentMessage: Option[Persistent]

    Definition Classes
    Recovery
    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) currentPersistentMessage will be removed, sequence number can be retrieved with lastSequenceNr.

  2. def getCurrentPersistentMessage: Persistent

    Definition Classes
    Recovery
    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) getCurrentPersistentMessage will be removed, sequence number can be retrieved with lastSequenceNr.

  3. def processorId: String

    Definition Classes
    Recovery
    Annotations
    @deprecated
    Deprecated

    (Since version 2.3.4) Override persistenceId instead. Processor will be removed.

Inherited from EnhancedPersistentView[E, S]

Inherited from ActorLogging

Inherited from PersistentView

Inherited from Recovery

Inherited from StashFactory

Inherited from Stash

Inherited from RequiresMessageQueue[DequeBasedMessageQueueSemantics]

Inherited from UnrestrictedStash

Inherited from StashSupport

Inherited from Snapshotter

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped