package query
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- query
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class JdbcReadJournalProvider extends ReadJournalProvider
- 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.
- implicit final class OffsetOps extends AnyVal
Value Members
- object JournalSequenceActor