class LeveldbReadJournalProvider extends ReadJournalProvider
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeveldbReadJournalProvider
- ReadJournalProvider
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LeveldbReadJournalProvider(system: ExtendedActorSystem, config: Config)
Value Members
- val javaReadJournal: LeveldbReadJournal
- 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
- → ReadJournalProvider
- val readJournal: LeveldbReadJournal
- 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
- → ReadJournalProvider
(Since version 2.6.15) Use another journal/query implementation