Class LeveldbReadJournalProvider
- java.lang.Object
-
- akka.persistence.query.journal.leveldb.LeveldbReadJournalProvider
-
- All Implemented Interfaces:
ReadJournalProvider
public class LeveldbReadJournalProvider extends java.lang.Object implements ReadJournalProvider
Deprecated.Use another journal/query implementation. Since 2.6.15.
-
-
Constructor Summary
Constructors Constructor Description LeveldbReadJournalProvider(ExtendedActorSystem system, com.typesafe.config.Config config)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ReadJournal
javadslReadJournal()
Deprecated.TheReadJournal
implementation for the Java API.LeveldbReadJournal
javaReadJournal()
Deprecated.LeveldbReadJournal
readJournal()
Deprecated.ReadJournal
scaladslReadJournal()
Deprecated.TheReadJournal
implementation for the Scala API.
-
-
-
Constructor Detail
-
LeveldbReadJournalProvider
public LeveldbReadJournalProvider(ExtendedActorSystem system, com.typesafe.config.Config config)
Deprecated.
-
-
Method Detail
-
javaReadJournal
public LeveldbReadJournal javaReadJournal()
Deprecated.
-
javadslReadJournal
public ReadJournal javadslReadJournal()
Deprecated.Description copied from interface:ReadJournalProvider
TheReadJournal
implementation 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:
javadslReadJournal
in interfaceReadJournalProvider
-
readJournal
public LeveldbReadJournal readJournal()
Deprecated.
-
scaladslReadJournal
public ReadJournal scaladslReadJournal()
Deprecated.Description copied from interface:ReadJournalProvider
TheReadJournal
implementation for the Scala API. This corresponds to the instance that is returned byPersistenceQuery.readJournalFor(java.lang.String, com.typesafe.config.Config)
.- Specified by:
scaladslReadJournal
in interfaceReadJournalProvider
-
-