 | ActorPublisher<T>.AroundPostRestart Method |
TBD
Namespace:
Akka.Streams.Actors
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic override void AroundPostRestart(
Exception cause,
Object message
)
abstract AroundPostRestart :
cause : Exception *
message : Object -> unit
override AroundPostRestart :
cause : Exception *
message : Object -> unit
Parameters
- cause
- Type: System.Exception
TBD - message
- Type: System.Object
TBD
See Also