Class PersistenceQueryExtensions
Inherited Members
Namespace: Akka.Persistence.Query
Assembly: Akka.Persistence.Query.dll
Syntax
public static class PersistenceQueryExtensions
Methods
| Edit this page View SourceReadJournalFor<TJournal>(ActorSystem, string)
Declaration
public static TJournal ReadJournalFor<TJournal>(this ActorSystem system, string readJournalPluginId) where TJournal : IReadJournal
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | |
string | readJournalPluginId |
Returns
Type | Description |
---|---|
TJournal |
Type Parameters
Name | Description |
---|---|
TJournal |