Packages

c

akka.persistence.query.journal.leveldb

LeveldbReadJournalProvider

class LeveldbReadJournalProvider extends ReadJournalProvider

Annotations
@deprecated
Deprecated

(Since version 2.6.15) Use another journal/query implementation

Source
LeveldbReadJournalProvider.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeveldbReadJournalProvider
  2. ReadJournalProvider
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LeveldbReadJournalProvider(system: ExtendedActorSystem, config: Config)

Value Members

  1. val javaReadJournal: LeveldbReadJournal
  2. def javadslReadJournal(): ReadJournal

    The ReadJournal implementation for the Java API.

    The ReadJournal implementation for the Java API. This corresponds to the instance that is returned by PersistenceQuery#getReadJournalFor.

    Definition Classes
    LeveldbReadJournalProviderReadJournalProvider
  3. val readJournal: LeveldbReadJournal
  4. def scaladslReadJournal(): ReadJournal

    The ReadJournal implementation for the Scala API.

    The ReadJournal implementation for the Scala API. This corresponds to the instance that is returned by PersistenceQuery#readJournalFor.

    Definition Classes
    LeveldbReadJournalProviderReadJournalProvider