Class LeveldbReadJournal$
- java.lang.Object
 - 
- akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal$
 
 
- 
public class LeveldbReadJournal$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static LeveldbReadJournal$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description LeveldbReadJournal$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringIdentifier()The default identifier forLeveldbReadJournalto be used withPersistenceQuery.readJournalFor(java.lang.String, com.typesafe.config.Config). 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final LeveldbReadJournal$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
Identifier
public final java.lang.String Identifier()
The default identifier forLeveldbReadJournalto be used withPersistenceQuery.readJournalFor(java.lang.String, com.typesafe.config.Config).The value is
"akka.persistence.query.journal.leveldb"and corresponds to the absolute path to the read journal configuration entry. 
 - 
 
 -