| Akka.Dispatch.SysMsg Namespace |
| Class | Description | |
|---|---|---|
| ActorTask |
Class ActorTask.
| |
| Create |
Sent to self from Register(ActorCell) | |
| DeathWatchNotification |
Class DeathWatchNotification.
| |
| Escalate |
Class Escalate.
| |
| Failed |
INTERNAL API
| |
| NoMessage |
Switched into the mailbox to signal termination
| |
| Recreate |
Sent to self from Restart(Exception) | |
| RegisterTerminationHook |
TBD
| |
| Resume |
Sent to self from Resume(Exception) | |
| Stop |
Class Stop.
| |
| StopChild |
INTERNAL
| |
| Supervise |
Class Supervise.
| |
| Suspend |
Sent to self from Suspend | |
| SystemMessage |
INTERNAL API
ISystemMessage is an interface and too basic to express
all of the capabilities needed to express a full-fledged system message.
| |
| Terminate |
Class Terminate.
| |
| TerminationHook |
TBD
| |
| TerminationHookDone |
Class Terminate.
| |
| Unwatch | ||
| Watch |
Creates a deathwatch subscription between Watchee and Watcher.
Watcher will be notified via a Terminated message when Watchee
is stopped. In the case of a remote actor references, a Terminated may also be produced in
the event that the association between the two remote actor systems fails.
|
| Interface | Description | |
|---|---|---|
| ISystemMessage |
Class ISystemMessage.
|