org.apache.pekko.persistence.postgres.query

Members list

Type members

Classlikes

Attributes

Companion
class
Source
JournalSequenceActor.scala
Supertypes
class Object
trait Matchable
class Any
Self 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 Timers
trait ActorLogging
trait Actor
class Object
trait Matchable
class Any
Show all
final implicit class OffsetOps(val that: Offset) extends AnyVal

Attributes

Source
package.scala
Supertypes
class AnyVal
trait Matchable
class Any
class PostgresReadJournalProvider(system: ExtendedActorSystem, config: Config, configPath: String) extends ReadJournalProvider

Attributes

Source
PostgresReadJournalProvider.scala
Supertypes
trait ReadJournalProvider
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def OffsetOps(that: Offset): OffsetOps

Attributes

Source
package.scala