package javadsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Deprecated Type Members

  1. class LeveldbReadJournal extends with with with with with with CurrentEventsByTagQuery

    Java API: akka.persistence.query.javadsl.ReadJournal implementation for LevelDB.

    Java API: akka.persistence.query.javadsl.ReadJournal implementation for LevelDB.

    It is retrieved with:

    LeveldbReadJournal queries =
      PersistenceQuery.get(system).getReadJournalFor(LeveldbReadJournal.class, LeveldbReadJournal.Identifier());

    Corresponding Scala API is in akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal.

    Configuration settings can be defined in the configuration section with the absolute path corresponding to the identifier, which is "akka.persistence.query.journal.leveldb" for the default LeveldbReadJournal#Identifier. See reference.conf.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.15) Use another journal implementation

Value Members

  1. object LeveldbReadJournal