Click or drag to resize
Akka.NETReplayFilterSettings Constructor (Config)
Initializes a new instance of the ReplayFilterSettings class.

Namespace:  Akka.Persistence.Sql.Common.Journal
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ReplayFilterSettings(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration used to configure the replay filter.
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown when an invalid replay-filter.mode is read from the specified config. Acceptable replay-filter.mode values include: off | repair-by-discard-old | fail | warn
ArgumentNullException This exception is thrown when the specified config is undefined.
See Also