Class/Object

akka.persistence.jdbc.query.scaladsl

JdbcReadJournal

Related Docs: object JdbcReadJournal | package scaladsl

Permalink

class JdbcReadJournal extends ReadJournal with CurrentPersistenceIdsQuery with AllPersistenceIdsQuery with CurrentEventsByPersistenceIdQuery with EventsByPersistenceIdQuery with CurrentEventsByTagQuery with CurrentEventsByTagQuery2 with EventsByTagQuery with EventsByTagQuery2

Linear Supertypes
EventsByTagQuery2, EventsByTagQuery, CurrentEventsByTagQuery2, CurrentEventsByTagQuery, EventsByPersistenceIdQuery, CurrentEventsByPersistenceIdQuery, AllPersistenceIdsQuery, CurrentPersistenceIdsQuery, ReadJournal, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcReadJournal
  2. EventsByTagQuery2
  3. EventsByTagQuery
  4. CurrentEventsByTagQuery2
  5. CurrentEventsByTagQuery
  6. EventsByPersistenceIdQuery
  7. CurrentEventsByPersistenceIdQuery
  8. AllPersistenceIdsQuery
  9. CurrentPersistenceIdsQuery
  10. ReadJournal
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcReadJournal(config: Config)(implicit system: ExtendedActorSystem)

    Permalink

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 allPersistenceIds(): Source[String, NotUsed]

    Permalink
    Definition Classes
    JdbcReadJournal → AllPersistenceIdsQuery
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def currentEventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    JdbcReadJournal → CurrentEventsByPersistenceIdQuery
  8. def currentEventsByTag(tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    JdbcReadJournal → CurrentEventsByTagQuery
  9. def currentEventsByTag(tag: String, offset: Offset): Source[EventEnvelope2, NotUsed]

    Permalink
    Definition Classes
    JdbcReadJournal → CurrentEventsByTagQuery2
  10. def currentPersistenceIds(): Source[String, NotUsed]

    Permalink
    Definition Classes
    JdbcReadJournal → CurrentPersistenceIdsQuery
  11. val db: slick.jdbc.JdbcBackend.Database

    Permalink
  12. implicit val ec: ExecutionContext

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def eventsByPersistenceId(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    JdbcReadJournal → EventsByPersistenceIdQuery
  16. def eventsByTag(tag: String, offset: Long): Source[EventEnvelope, NotUsed]

    Permalink
    Definition Classes
    JdbcReadJournal → EventsByTagQuery
  17. def eventsByTag(tag: String, offset: Offset): Source[EventEnvelope2, NotUsed]

    Permalink
    Definition Classes
    JdbcReadJournal → EventsByTagQuery2
  18. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  22. implicit val mat: Materializer

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val readJournalConfig: ReadJournalConfig

    Permalink
  27. val readJournalDao: ReadJournalDao

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

    Permalink
    Definition Classes
    AnyRef
  29. implicit val system: ExtendedActorSystem

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

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

Inherited from EventsByTagQuery2

Inherited from EventsByTagQuery

Inherited from CurrentEventsByTagQuery2

Inherited from CurrentEventsByTagQuery

Inherited from EventsByPersistenceIdQuery

Inherited from CurrentEventsByPersistenceIdQuery

Inherited from AllPersistenceIdsQuery

Inherited from CurrentPersistenceIdsQuery

Inherited from ReadJournal

Inherited from AnyRef

Inherited from Any

Ungrouped