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 handleEventException(e: Exception, event: E): Unit

    Permalink
  22. def hashCode(): Int

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isPersistent: Boolean

    Permalink
    Definition Classes
    PersistentView
  26. def journalPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  27. def lastSequenceNr: Long

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

    Permalink
    Definition Classes
    Snapshotter
  29. def log: LoggingAdapter

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def onReplayError(cause: Throwable): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Actor
  44. def snapshotPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  45. def snapshotSequenceNr: Long

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

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

    Permalink
    Definition Classes
    StashSupport
  48. def supervisorStrategy: SupervisorStrategy

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

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

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

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

    Permalink
    Definition Classes
    StashSupport
  53. def viewId: String

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

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

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