Directive Enumeration
Enum Directive for supervisor actions
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Members
Member name | Description | |
---|---|---|
Resume | Resumes message processing for the failed Actor | |
Restart | Discards the old Actor instance and replaces it with a new, then resumes message processing. | |
Escalate | Escalates the failure to the supervisor of the supervisor, by rethrowing the cause of the failure, i.e. the supervisor fails with the same exception as the child. | |
Stop | Stops the Actor |