org.apache.pekko.persistence.query.journal.leveldb.javadsl

Members list

Type members

Classlikes

Attributes

Companion
class
Source
LeveldbReadJournal.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Deprecated classlikes

Java API: pekko.persistence.query.javadsl.ReadJournal implementation for LevelDB.

Java API: pekko.persistence.query.javadsl.ReadJournal implementation for LevelDB.

It is retrieved with:

LeveldbReadJournal queries =
 PersistenceQuery.get(system).getReadJournalFor(LeveldbReadJournal.class, LeveldbReadJournal.Identifier());

Corresponding Scala API is in pekko.persistence.query.journal.leveldb.scaladsl.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
Source
LeveldbReadJournal.scala
Supertypes