Directive Enumeration

Enum Directive for supervisor actions

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public enum Directive
Public Enumeration Directive
public enum class Directive

Members


Member nameDescription
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