Package

com.github.j5ik2o.akka.persistence.dynamodb

query

Permalink

package query

Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. object JournalSequenceActor

    Permalink
  2. package dao

    Permalink
  3. package javadsl

    Permalink
  4. package scaladsl

    Permalink

Ungrouped