package scaladsl
Ordering
- Alphabetic
Visibility
- Public
- Protected
Deprecated Type Members
- class LeveldbReadJournal extends with with with with with with CurrentEventsByTagQuery
Scala API akka.persistence.query.scaladsl.ReadJournal implementation for LevelDB.
Value Members
- object LeveldbReadJournal
Scala API akka.persistence.query.scaladsl.ReadJournal implementation for LevelDB.
It is retrieved with:
val queries = PersistenceQuery(system).readJournalFor[LeveldbReadJournal](LeveldbReadJournal.Identifier)
Corresponding Java API is in akka.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
"akka.persistence.query.journal.leveldb"
for the default LeveldbReadJournal#Identifier. Seereference.conf
.(Since version 2.6.15) Use another journal implementation