Cell Members
The Cell type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetChildByName | |
![]() |
GetChildren | |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetSingleChild |
Method for looking up a single child beneath this actor.
It is racy if called from the outside.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Post | |
![]() |
Restart |
Restart this actor (will recursively restart or stop all children). Is only allowed to throw Fatal Throwables.
|
![]() |
Resume |
Recursively resume this actor and all its children. Is only allowed to throw fatal exceptions.
|
![]() |
Start |
Start the cell: enqueued message must not be processed before this has
been called. The usual action is to attach the mailbox to a dispatcher.
|
![]() |
Stop |
Recursively terminate this actor and all its children. Is only allowed to throw Fatal Throwables.
|
![]() |
Suspend |
Recursively suspend this actor and all its children. Is only allowed to throw fatal exceptions.
|
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
HasMessages |
If the actor isLocal, returns whether "user messages" are currently queued,
falseotherwise.
|
![]() |
IsLocal |
Returns true if the actor is local.
|
![]() |
NumberOfMessages |
If the actor isLocal, returns the number of "user messages" currently queued,
which may be a costly operation, 0 otherwise.
|
![]() |
Parent |
The supervisor of this actor.
|
![]() |
Props |
The props for this actor cell.
|
![]() |
Self |
Gets the “self” reference which this Cell is attached to.
|
![]() |
System |
The system within which this Cell lives.
|