Click or drag to resize
Akka.NETPersistenceExtension Constructor
Creates a new Akka.Persistence extension.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PersistenceExtension(
	ExtendedActorSystem system
)

Parameters

system
Type: Akka.ActorExtendedActorSystem
The ActorSystem that will be using Akka.Persistence
Exceptions
ExceptionCondition
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