| EventsourcedAroundPostRestart Method |
Can be overridden to intercept calls to `PostRestart`. Calls `PostRestart` by default.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override void AroundPostRestart(
Exception reason,
Object message
)
abstract AroundPostRestart :
reason : Exception *
message : Object -> unit
override AroundPostRestart :
reason : Exception *
message : Object -> unit
Parameters
- reason
- Type: SystemException
[Missing <param name="reason"/> documentation for "M:Akka.Persistence.Eventsourced.AroundPostRestart(System.Exception,System.Object)"]
- message
- Type: SystemObject
The message.
See Also