Class PersistenceQuery
Inheritance
PersistenceQuery
Assembly: Akka.Persistence.Query.dll
Syntax
public sealed class PersistenceQuery : IExtension
Constructors
|
Improve this Doc
View Source
PersistenceQuery(ExtendedActorSystem)
Declaration
public PersistenceQuery(ExtendedActorSystem system)
Parameters
Properties
|
Improve this Doc
View Source
Log
Declaration
public ILoggingAdapter Log { get; }
Property Value
Methods
|
Improve this Doc
View Source
Get(ActorSystem)
Declaration
public static PersistenceQuery Get(ActorSystem system)
Parameters
Returns
|
Improve this Doc
View Source
GetDefaultConfig<TJournal>()
Declaration
public static Config GetDefaultConfig<TJournal>()
Returns
Type Parameters
Name |
Description |
TJournal |
|
|
Improve this Doc
View Source
ReadJournalFor<TJournal>(String)
Declaration
public TJournal ReadJournalFor<TJournal>(string readJournalPluginId)
where TJournal : IReadJournal
Parameters
Type |
Name |
Description |
String |
readJournalPluginId |
|
Returns
Type |
Description |
TJournal |
|
Type Parameters
Name |
Description |
TJournal |
|
Implements
Extension Methods