Click or drag to resize
Akka.NETAsyncWriteJournal Constructor
Initializes a new instance of the AsyncWriteJournal class.

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected AsyncWriteJournal()
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the Persistence extension related to this journal has not been used in the current ActorSystem context.
ConfigurationException This exception is thrown when an invalid replay-filter.mode is read from the configuration. Acceptable replay-filter.mode values include: off | repair-by-discard-old | fail | warn
See Also