Packages

package query

Source
package.scala
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. Protected

Package Members

  1. package dao
  2. package javadsl
  3. package scaladsl

Type Members

  1. class JdbcReadJournalProvider extends ReadJournalProvider
  2. class JournalSequenceActor extends Actor with ActorLogging with Timers

    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

Value Members

  1. object JournalSequenceActor

Inherited from AnyRef

Inherited from Any

Ungrouped