class PersistenceTestKitReadJournalProvider extends ReadJournalProvider
- Source
- PersistenceTestKitReadJournalProvider.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- PersistenceTestKitReadJournalProvider
- ReadJournalProvider
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PersistenceTestKitReadJournalProvider(system: ExtendedActorSystem, config: Config, configPath: String)
Value Members
- def javadslReadJournal(): PersistenceTestKitReadJournal
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
- def scaladslReadJournal(): PersistenceTestKitReadJournal
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