public class LeveldbReadJournal$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LeveldbReadJournal$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
LeveldbReadJournal$() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Identifier()
The default identifier for
LeveldbReadJournal to be used with
PersistenceQuery.getReadJournalFor(java.lang.Class<T>, java.lang.String) . |
public static final LeveldbReadJournal$ MODULE$
public final java.lang.String Identifier()
LeveldbReadJournal
to be used with
PersistenceQuery.getReadJournalFor(java.lang.Class<T>, java.lang.String)
.
The value is "akka.persistence.query.journal.leveldb"
and corresponds
to the absolute path to the read journal configuration entry.