| PersistentViewOnReplayError Method |
Called whenever a message replay fails. By default it logs the error.
Subclass may override to customize logging.
The
PersistentView will not stop or throw exception due to this.
It will try again on next update.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected virtual void OnReplayError(
Exception cause
)
abstract OnReplayError :
cause : Exception -> unit
override OnReplayError :
cause : Exception -> unit
Parameters
- cause
- Type: SystemException
TBD
See Also