org.apache.pekko.persistence.query.journal.leveldb.scaladsl
Members list
Type members
Classlikes
object LeveldbReadJournal
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LeveldbReadJournal.type
Deprecated classlikes
Scala API pekko.persistence.query.scaladsl.ReadJournal implementation for LevelDB.
Scala API pekko.persistence.query.scaladsl.ReadJournal implementation for LevelDB.
It is retrieved with:
val queries = PersistenceQuery(system).readJournalFor[LeveldbReadJournal](LeveldbReadJournal.Identifier)
Corresponding Java API is in pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal.
Configuration settings can be defined in the configuration section with the absolute path corresponding to the identifier, which is "pekko.persistence.query.journal.leveldb" for the default LeveldbReadJournal#Identifier. See reference.conf.
Attributes
- Companion
- object
- Deprecated
- true
- Supertypes
-
trait CurrentEventsByTagQuerytrait EventsByTagQuerytrait PersistenceIdsQuerytrait ReadJournalclass Objecttrait Matchableclass AnyShow all
In this article