Class PersistenceQueryProvider
Inherited Members
Namespace: Akka.Persistence.Query
Assembly: Akka.Persistence.Query.dll
Syntax
public class PersistenceQueryProvider : ExtensionIdProvider<PersistenceQuery>, IExtensionId<PersistenceQuery>, IExtensionId
Methods
| Edit this page View SourceCreateExtension(ExtendedActorSystem)
Creates the current extension using a given actor system.
Declaration
public override PersistenceQuery CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | The actor system to use when creating the extension. |
Returns
Type | Description |
---|---|
PersistenceQuery | The extension created using the given actor system. |