Click or drag to resize
Akka.NETPersistencePluginProxy Constructor
Initializes a new instance of the PersistencePluginProxy class.

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public PersistencePluginProxy(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration used to configure the proxy.
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when configuration is undefined for the plugin or an unknown plugin type is defined.
See Also