Packages

package query

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class DynamoDBReadJournalProvider 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.

Value Members

  1. object JournalSequenceActor

Ungrouped