Class LeveldbReadJournal$
java.lang.Object
org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LeveldbReadJournal$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe default identifier forLeveldbReadJournalto be used withpekko.persistence.query.PersistenceQuery#getReadJournalFor.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LeveldbReadJournal$
public LeveldbReadJournal$()
-
-
Method Details
-
Identifier
The default identifier forLeveldbReadJournalto be used withpekko.persistence.query.PersistenceQuery#getReadJournalFor.The value is
"pekko.persistence.query.journal.leveldb"and corresponds to the absolute path to the read journal configuration entry.
-