Class

no.nextgentel.oss.akkatools.persistence

EnhancedPersistentView

Related Doc: package persistence

Permalink

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

Linear Supertypes
ActorLogging, Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnhancedPersistentView
  2. ActorLogging
  3. Actor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor
  2. case class SuspendedMessages(sender: ActorRef, msg: Any) extends Product with Serializable

    Permalink

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
    Annotations
    @InternalApi()
  5. def aroundPostStop(): Unit

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

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

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Actor
  12. def crashActor(errorMsg: String, cause: Option[Throwable] = None): Unit

    Permalink
  13. implicit val ec: ExecutionContextExecutor

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def handleEventException(e: Exception, event: E): Unit

    Permalink
  19. def hashCode(): Int

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  23. implicit val mat: ActorMaterializer

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def onFlowComplete(): Unit

    Permalink
  28. def onFlowError(e: Throwable): Unit

    Permalink
  29. val persistenceIdParser: PersistenceIdParser

    Permalink
  30. def postRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  34. val readJournal: JdbcReadJournal

    Permalink
  35. def readJournalIdentifier: String

    Permalink
  36. var ready: Boolean

    Permalink
  37. def receive: PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    EnhancedPersistentView → Actor
  38. implicit final val self: ActorRef

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

    Permalink
    Definition Classes
    Actor
  40. val sequenceNoWhenStartingView: Long

    Permalink
  41. val source: Source[EventEnvelope, NotUsed]

    Permalink
  42. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  43. var suspendedMessages: List[SuspendedMessages]

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

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

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

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

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

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

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

Inherited from ActorLogging

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped