Class LeveldbReadJournalProvider
java.lang.Object
org.apache.pekko.persistence.query.journal.leveldb.LeveldbReadJournalProvider
- All Implemented Interfaces:
ReadJournalProvider
Deprecated.
Use another journal/query implementation. Since Akka 2.6.15.
-
Constructor Summary
ConstructorsConstructorDescriptionLeveldbReadJournalProvider(ExtendedActorSystem system, com.typesafe.config.Config config) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.TheReadJournalimplementation for the Java API.Deprecated.Deprecated.Deprecated.TheReadJournalimplementation for the Scala API.
-
Constructor Details
-
LeveldbReadJournalProvider
Deprecated.
-
-
Method Details
-
javaReadJournal
Deprecated. -
javadslReadJournal
Deprecated.Description copied from interface:ReadJournalProviderTheReadJournalimplementation for the Java API. This corresponds to the instance that is returned byPersistenceQuery.getReadJournalFor(java.lang.Class<T>, java.lang.String, com.typesafe.config.Config).- Specified by:
javadslReadJournalin interfaceReadJournalProvider
-
readJournal
Deprecated. -
scaladslReadJournal
Deprecated.Description copied from interface:ReadJournalProviderTheReadJournalimplementation for the Scala API. This corresponds to the instance that is returned byPersistenceQuery.readJournalFor(java.lang.String, com.typesafe.config.Config).- Specified by:
scaladslReadJournalin interfaceReadJournalProvider
-