Click or drag to resize
Akka.NETPersistenceQueryExtensionsReadJournalForTJournal Method

[Missing <summary> documentation for "M:Akka.Persistence.Query.PersistenceQueryExtensions.ReadJournalFor``1(Akka.Actor.ActorSystem,System.String)"]

Namespace:  Akka.Persistence.Query
Assembly:  Akka.Persistence.Query (in Akka.Persistence.Query.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static TJournal ReadJournalFor<TJournal>(
	this ActorSystem system,
	string readJournalPluginId
)
where TJournal : IReadJournal

Parameters

system
Type: Akka.ActorActorSystem

[Missing <param name="system"/> documentation for "M:Akka.Persistence.Query.PersistenceQueryExtensions.ReadJournalFor``1(Akka.Actor.ActorSystem,System.String)"]

readJournalPluginId
Type: SystemString

[Missing <param name="readJournalPluginId"/> documentation for "M:Akka.Persistence.Query.PersistenceQueryExtensions.ReadJournalFor``1(Akka.Actor.ActorSystem,System.String)"]

Type Parameters

TJournal

[Missing <typeparam name="TJournal"/> documentation for "M:Akka.Persistence.Query.PersistenceQueryExtensions.ReadJournalFor``1(Akka.Actor.ActorSystem,System.String)"]

Return Value

Type: TJournal

[Missing <returns> documentation for "M:Akka.Persistence.Query.PersistenceQueryExtensions.ReadJournalFor``1(Akka.Actor.ActorSystem,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ActorSystem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also