public class LeveldbReadJournalProvider extends java.lang.Object implements ReadJournalProvider
Constructor and Description |
---|
LeveldbReadJournalProvider(ExtendedActorSystem system,
com.typesafe.config.Config config) |
Modifier and Type | Method and Description |
---|---|
LeveldbReadJournal |
javadslReadJournal()
The
ReadJournal implementation for the Java API. |
LeveldbReadJournal |
scaladslReadJournal()
The
ReadJournal implementation for the Scala API. |
public LeveldbReadJournalProvider(ExtendedActorSystem system, com.typesafe.config.Config config)
public LeveldbReadJournal scaladslReadJournal()
ReadJournalProvider
ReadJournal
implementation for the Scala API.
This corresponds to the instance that is returned by PersistenceQuery.readJournalFor(java.lang.String)
.scaladslReadJournal
in interface ReadJournalProvider
public LeveldbReadJournal javadslReadJournal()
ReadJournalProvider
ReadJournal
implementation for the Java API.
This corresponds to the instance that is returned by PersistenceQuery.getReadJournalFor(java.lang.Class<T>, java.lang.String)
.javadslReadJournal
in interface ReadJournalProvider