Packages

c

akka.persistence.query.journal.leveldb

LeveldbReadJournalProvider

class LeveldbReadJournalProvider extends ReadJournalProvider

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. All

Instance Constructors

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

Value Members

  1. val javadslReadJournal: LeveldbReadJournal

    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
  2. val scaladslReadJournal: LeveldbReadJournal

    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