Class/Object

akka.persistence.eventstore.journal

EventStoreJournal

Related Docs: object EventStoreJournal | package journal

Permalink

class EventStoreJournal extends AsyncWriteJournal with EventStorePlugin

Linear Supertypes
EventStorePlugin, ActorLogging, AsyncWriteJournal, AsyncRecovery, WriteJournalBase, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventStoreJournal
  2. EventStorePlugin
  3. ActorLogging
  4. AsyncWriteJournal
  5. AsyncRecovery
  6. WriteJournalBase
  7. Actor
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventStoreJournal()

    Permalink

Type Members

  1. 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. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreJournal to any2stringadd[EventStoreJournal] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EventStoreJournal, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreJournal to ArrowAssoc[EventStoreJournal] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  12. def async[T](x: ⇒ Future[T]): Future[T]

    Permalink
    Definition Classes
    EventStorePlugin
  13. def asyncDeleteMessagesTo(persistenceId: PersistenceId, to: SequenceNr): Future[Unit]

    Permalink
    Definition Classes
    EventStoreJournal → AsyncWriteJournal
  14. def asyncReadHighestSequenceNr(persistenceId: PersistenceId, from: SequenceNr): Future[SequenceNr]

    Permalink
    Definition Classes
    EventStoreJournal → AsyncRecovery
  15. def asyncReplayMessages(persistenceId: PersistenceId, from: SequenceNr, to: SequenceNr, max: Long)(recoveryCallback: (PersistentRepr) ⇒ Unit): Future[Unit]

    Permalink
    Definition Classes
    EventStoreJournal → AsyncRecovery
  16. def asyncUnit(x: ⇒ Future[_]): Future[Unit]

    Permalink
    Definition Classes
    EventStorePlugin
  17. def asyncWriteMessages(messages: Seq[AtomicWrite]): Future[Seq[Try[Unit]]]

    Permalink
    Definition Classes
    EventStoreJournal → AsyncWriteJournal
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def config: Config

    Permalink
    Definition Classes
    EventStoreJournalEventStorePlugin
  20. val connection: EsConnection

    Permalink
    Definition Classes
    EventStorePlugin
  21. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  22. def ensuring(cond: (EventStoreJournal) ⇒ Boolean, msg: ⇒ Any): EventStoreJournal

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreJournal to Ensuring[EventStoreJournal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (EventStoreJournal) ⇒ Boolean): EventStoreJournal

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreJournal to Ensuring[EventStoreJournal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): EventStoreJournal

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreJournal to Ensuring[EventStoreJournal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): EventStoreJournal

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreJournal to Ensuring[EventStoreJournal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def eventStream(x: PersistenceId): Id

    Permalink
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreJournal to StringFormat[EventStoreJournal] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  34. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  35. implicit val materializer: ActorMaterializer

    Permalink
    Definition Classes
    EventStorePlugin
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. val persistence: Persistence

    Permalink
    Definition Classes
    WriteJournalBase
  40. def postRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. val prefix: String

    Permalink
    Definition Classes
    EventStorePlugin
  45. def preparePersistentBatch(rb: Seq[PersistentEnvelope]): Seq[AtomicWrite]

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalBase
  46. lazy val readBatchSize: Int

    Permalink
    Attributes
    protected
  47. final def receive: PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    AsyncWriteJournal → Actor
  48. def receivePluginInternal: actor.Actor.Receive

    Permalink
    Definition Classes
    AsyncWriteJournal
  49. final val receiveWriteJournal: actor.Actor.Receive

    Permalink
    Definition Classes
    AsyncWriteJournal
  50. implicit final val self: ActorRef

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

    Permalink
    Definition Classes
    Actor
  52. val serialization: EventStoreSerialization

    Permalink
    Definition Classes
    EventStorePlugin
  53. val settings: Settings

    Permalink
    Definition Classes
    EventStorePlugin
  54. def supervisorStrategy: SupervisorStrategy

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. lazy val writeBatchSize: Int

    Permalink
    Attributes
    protected
  62. def [B](y: B): (EventStoreJournal, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from EventStoreJournal to ArrowAssoc[EventStoreJournal] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from EventStorePlugin

Inherited from ActorLogging

Inherited from AsyncWriteJournal

Inherited from AsyncRecovery

Inherited from WriteJournalBase

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from EventStoreJournal to any2stringadd[EventStoreJournal]

Inherited by implicit conversion StringFormat from EventStoreJournal to StringFormat[EventStoreJournal]

Inherited by implicit conversion Ensuring from EventStoreJournal to Ensuring[EventStoreJournal]

Inherited by implicit conversion ArrowAssoc from EventStoreJournal to ArrowAssoc[EventStoreJournal]

Ungrouped