org.apache.pekko.persistence.query.typed.scaladsl

Members list

Type members

Classlikes

A plugin may optionally support this query by implementing this trait.

A plugin may optionally support this query by implementing this trait.

API May Change

Attributes

Source
CurrentEventsBySliceQuery.scala
Supertypes
trait ReadJournal
class Object
trait Matchable
class Any

Query API for reading durable state objects.

Query API for reading durable state objects.

For Java API see DurableStateStoreBySliceQuery.

API May Change

Attributes

Source
DurableStateStoreBySliceQuery.scala
Supertypes
class Object
trait Matchable
class Any

EventsBySliceQuery that is using a timestamp based offset should also implement this query.

EventsBySliceQuery that is using a timestamp based offset should also implement this query.

API May Change

Attributes

Source
EventTimestampQuery.scala
Supertypes
trait ReadJournal
class Object
trait Matchable
class Any

A plugin may optionally support this query by implementing this trait.

A plugin may optionally support this query by implementing this trait.

EventsBySliceQuery that is using a timestamp based offset should also implement EventTimestampQuery and LoadEventQuery.

API May Change

Attributes

Source
EventsBySliceQuery.scala
Supertypes
trait ReadJournal
class Object
trait Matchable
class Any

EventsBySliceQuery that is using a timestamp based offset should also implement this query.

EventsBySliceQuery that is using a timestamp based offset should also implement this query.

API May Change

Attributes

Source
LoadEventQuery.scala
Supertypes
trait ReadJournal
class Object
trait Matchable
class Any