Class PersistenceQueryExtensions
Inherited Members
Namespace: Akka.Persistence.Query
Assembly: Akka.Persistence.Query.dll
Syntax
public static class PersistenceQueryExtensions
Methods
| Improve this Doc 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 |