Package

akka.persistence.jdbc

query

Permalink

package query

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. query
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class JdbcReadJournalProvider extends ReadJournalProvider

    Permalink
  2. class JournalSequenceActor extends Actor with ActorLogging with Timers

    Permalink

    To support the EventsByTag query, this actor keeps track of which rows are visible in the database.

    To support the EventsByTag query, this actor keeps track of which rows are visible in the database. This is required to guarantee the EventByTag does not skip any rows in case rows with a higher (ordering) id are visible in the database before rows with a lower (ordering) id.

  3. implicit final class OffsetOps extends AnyVal

    Permalink

Value Members

  1. object JournalSequenceActor

    Permalink
  2. package dao

    Permalink
  3. package javadsl

    Permalink
  4. package scaladsl

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped