Package akka.persistence.query
Interface ReadJournalProvider
-
- All Known Implementing Classes:
LeveldbReadJournalProvider
public 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)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReadJournal
javadslReadJournal()
TheReadJournal
implementation for the Java API.ReadJournal
scaladslReadJournal()
-
-
-
Method Detail
-
javadslReadJournal
ReadJournal javadslReadJournal()
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)
.- Returns:
- (undocumented)
-
scaladslReadJournal
ReadJournal scaladslReadJournal()
-
-