Class

no.nextgentel.oss.akkatools.persistence

EnhancedPersistentView

Related Doc: package persistence

Permalink

abstract class EnhancedPersistentView[E, S] extends PersistentView with ActorLogging

Linear Supertypes
PersistentView, ActorLogging, PersistenceRecovery, PersistenceIdentity, StashFactory, Stash, RequiresMessageQueue[DequeBasedMessageQueueSemantics], UnrestrictedStash, StashSupport, Snapshotter, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EnhancedPersistentView
  2. PersistentView
  3. ActorLogging
  4. PersistenceRecovery
  5. PersistenceIdentity
  6. StashFactory
  7. Stash
  8. RequiresMessageQueue
  9. UnrestrictedStash
  10. StashSupport
  11. Snapshotter
  12. Actor
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def applyEventToState(event: E): Unit

    Permalink
  2. abstract def currentState(): S

    Permalink
  3. abstract val onCmd: PartialFunction[AnyRef, Unit]

    Permalink

Concrete 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. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    PersistentView → Actor
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def autoUpdate: Boolean

    Permalink
    Definition Classes
    PersistentView
  11. def autoUpdateInterval: FiniteDuration

    Permalink
    Definition Classes
    PersistentView
  12. def autoUpdateReplayMax: Long

    Permalink
    Definition Classes
    PersistentView
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Actor
  15. def deleteSnapshot(sequenceNr: Long): Unit

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

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

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

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

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

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

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isPersistent: Boolean

    Permalink
    Definition Classes
    PersistentView
  25. def journalPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  26. def lastSequenceNr: Long

    Permalink
    Definition Classes
    PersistentView
  27. def loadSnapshot(persistenceId: String, criteria: SnapshotSelectionCriteria, toSequenceNr: Long): Unit

    Permalink
    Definition Classes
    Snapshotter
  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 onReplayError(cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PersistentView
  33. def persistenceId: String

    Permalink
    Definition Classes
    EnhancedPersistentView → PersistenceIdentity
  34. def postRestart(reason: Throwable): Unit

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

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

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

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

    Permalink
    Definition Classes
    EnhancedPersistentView → Actor
  39. def recovery: Recovery

    Permalink
    Definition Classes
    PersistentView → PersistenceRecovery
  40. def saveSnapshot(snapshot: Any): Unit

    Permalink
    Definition Classes
    Snapshotter
  41. implicit final val self: ActorRef

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

    Permalink
    Definition Classes
    Actor
  43. def snapshotPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  44. def snapshotSequenceNr: Long

    Permalink
    Definition Classes
    PersistentView → Snapshotter
  45. def snapshotterId: String

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

    Permalink
    Definition Classes
    StashSupport
  47. def supervisorStrategy: SupervisorStrategy

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

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

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

    Permalink
    Definition Classes
    Actor
  51. def unstashAll(): Unit

    Permalink
    Definition Classes
    StashSupport
  52. def viewId: String

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

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

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

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

Inherited from PersistentView

Inherited from ActorLogging

Inherited from PersistenceRecovery

Inherited from PersistenceIdentity

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