Namespace Akka.Dispatch.SysMsg
Classes
ActorTask
Class ActorTask.
Create
Sent to self from Akka.Dispatch.MessageDispatcher.Register(Akka.Actor.ActorCell)
DeathWatchNotification
Class DeathWatchNotification.
Escalate
Class Escalate.
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
Unsubscribes Watcher from any death watch notifications for Watchee.
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.
Interfaces
ISystemMessage
Class ISystemMessage.