ReplayFilterSettings Constructor (Config) |
Namespace: Akka.Persistence.Sql.Common.Journal
Exception | Condition |
---|---|
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. |