org.apache.pekko.persistence.postgres.query
Members list
Type members
Classlikes
object JournalSequenceActor
Attributes
- Companion
- class
- Source
- JournalSequenceActor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JournalSequenceActor.type
class JournalSequenceActor(readJournalDao: ReadJournalDao, config: JournalSequenceRetrievalConfig)(implicit materializer: Materializer) extends Actor, ActorLogging, Timers
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.
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.
Attributes
- Companion
- object
- Source
- JournalSequenceActor.scala
- Supertypes
-
trait Timerstrait ActorLoggingtrait Actorclass Objecttrait Matchableclass AnyShow all
final implicit class OffsetOps(val that: Offset) extends AnyVal
Attributes
- Source
- package.scala
- Supertypes
-
class AnyValtrait Matchableclass Any
class PostgresReadJournalProvider(system: ExtendedActorSystem, config: Config, configPath: String) extends ReadJournalProvider
Attributes
- Source
- PostgresReadJournalProvider.scala
- Supertypes
-
trait ReadJournalProviderclass Objecttrait Matchableclass Any
Implicits
Implicits
Attributes
- Source
- package.scala
In this article