| ActorCell Class |
Namespace: Akka.Actor
The ActorCell type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorOf | ||
| ActorSelection(String) | ||
| ActorSelection(ActorPath) | ||
| AddressTerminated | ||
| AddWatcher | ||
| AttachChild | ||
| AutoReceiveMessage | ||
| Become | ||
| CheckReceiveTimeout | ||
| ClearActor | ||
| ClearActorCell | ||
| CreateNewActorInstance | ||
| Equals | (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 | Obsolete. | |
| GetChildren | ||
| GetCurrentSelfOrNoSender | ||
| GetCurrentSenderOrNoSender | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetSingleChild | Obsolete. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Init | ||
| InitChild | This should only be used privately or when creating the root actor. | |
| Invoke |
Invokes the specified envelope.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Post | ||
| PrepareForNewActor | ||
| PreStart |
Allow extra pre-start initialization in derived classes
| |
| ReceivedTerminated | ||
| ReceiveMessageForTest |
This is only intended to be called from TestKit's TestActorRef
| |
| RemoveChildAndGetStateChange | ||
| RemWatcher | ||
| ReserveChild | ||
| Restart |
Restarts the specified cause.
| |
| Resume |
Resumes the specified caused by failure.
| |
| SetActorFields | ||
| SetChildrenTerminationReason | ||
| SetReceiveTimeout | ||
| SetTerminated | ||
| SplitNameAndUid | ||
| Start |
Starts this instance.
| |
| Stop |
Async stop this actor
| |
| Stop(ActorRef) |
Stops the specified child.
| |
| Suspend |
Suspends this instance.
| |
| SwapMailbox | ||
| SystemInvoke |
Systems the invoke.
| |
| TellWatchersWeDied | ||
| TerminatedQueuedFor | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetChildStatsByName |
Tries to get the stats for the child with the specified name. The stats can be either ChildNameReserved
indicating that only a name has been reserved for the child, or a ChildRestartStats for a child that
has been initialized/created.
| |
| TryGetChildStatsByRef |
Tries to get the stats for the specified child.
Since the child exists ChildRestartStats is the only valid ChildStats. | |
| TryGetSingleChild | ||
| Unbecome | ||
| UnreserveChild | ||
| Unwatch | ||
| UnwatchWatchedActors | ||
| UseThreadContext | ||
| Watch | ||
| WatchedActorTerminated |
When this actor is watching the subject of [[akka.actor.Terminated]] message
it will be propagated to user's receive.
|
| Name | Description | |
|---|---|---|
| ActorOf(ActionIActorDsl, String) | Overloaded. (Defined by ActExtensions.) | |
| ActorOf(ActionIActorDsl, IActorContext, String) | Overloaded. (Defined by ActExtensions.) | |
| ActorOfTActor(String) | Overloaded. (Defined by ActorRefFactoryExtensions.) | |
| AsInstanceOfT | (Defined by Extensions.) | |
| CreateStash(Type) | Overloaded. (Defined by StashFactory.) | |
| CreateStash(IActorStash) | Overloaded. (Defined by StashFactory.) | |
| CreateStashT | Overloaded. (Defined by StashFactory.) | |
| GetLogger |
Gets the logger.
(Defined by Logging.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |
| Name | Description | |
|---|---|---|
| behaviorStack | ||
| UndefinedUid |
| Name | Description | |
|---|---|---|
| Actor | ||
| CurrentMessage | ||
| Dispatcher | ||
| HasMessages | ||
| IsLocal | ||
| IsNormal | ||
| IsTerminated | ||
| IsTerminating | ||
| Mailbox | ||
| NumberOfMessages | ||
| Parent | ||
| Props | ||
| Self | ||
| Sender | ||
| System | ||
| SystemImpl |