Class LeveldbReadJournal$
- java.lang.Object
- 
- org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal$
 
- 
 public class LeveldbReadJournal$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static LeveldbReadJournal$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description LeveldbReadJournal$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringIdentifier()The default identifier forLeveldbReadJournalto be used withpekko.persistence.query.PersistenceQuery#getReadJournalFor.
 
- 
- 
- 
Field Detail- 
MODULE$public static final LeveldbReadJournal$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
Identifierpublic final java.lang.String 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.
 
- 
 
-