package query
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class DynamoDBReadJournalProvider 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.
Value Members
- object JournalSequenceActor