Interface IReadJournalProvider
A query plugin must implement a class that implements this interface. A read journal plugin must provide implementations for IReadJournal.
Namespace: Akka.Persistence.Query
Assembly: Akka.Persistence.Query.dll
Syntax
public interface IReadJournalProvider
Methods
| Improve this Doc View SourceGetReadJournal()
This corresponds to the instance that is returned by ReadJournalFor<TJournal>(String)
Declaration
IReadJournal GetReadJournal()
Returns
Type | Description |
---|---|
IReadJournal |