AsyncWriteJournal Constructor |
Namespace: Akka.Persistence.Journal
Exception | Condition |
---|---|
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 |