| PersistenceExtension Constructor |
Creates a new Akka.Persistence extension.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public PersistenceExtension(
ExtendedActorSystem system
)
new :
system : ExtendedActorSystem -> PersistenceExtension
Parameters
- system
- Type: Akka.ActorExtendedActorSystem
The ActorSystem that will be using Akka.Persistence
Exceptions Exception | Condition |
---|
NullReferenceException |
This exception is thrown when the default journal plugin, journal.plugin is not configured.
|
Remarks
DO NOT CALL DIRECTLY. Will be instantiated automatically be Akka.Persistence actors.
See Also