Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String Identifier()
      The default identifier for LeveldbReadJournal to be used with pekko.persistence.query.PersistenceQuery#readJournalFor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final LeveldbReadJournal$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • LeveldbReadJournal$

        public LeveldbReadJournal$()
    • Method Detail

      • Identifier

        public final java.lang.String Identifier()
        The default identifier for LeveldbReadJournal to be used with pekko.persistence.query.PersistenceQuery#readJournalFor.

        The value is "pekko.persistence.query.journal.leveldb" and corresponds to the absolute path to the read journal configuration entry.