RoutedActorCell Methods |
The RoutedActorCell type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorOf | (Inherited from ActorCell.) |
![]() | ActorSelection(String) | (Inherited from ActorCell.) |
![]() | ActorSelection(ActorPath) | (Inherited from ActorCell.) |
![]() | AddressTerminated | (Inherited from ActorCell.) |
![]() | AddWatcher | (Inherited from ActorCell.) |
![]() | AttachChild | (Inherited from ActorCell.) |
![]() | AutoReceiveMessage | (Inherited from ActorCell.) |
![]() | Become | (Inherited from ActorCell.) |
![]() | CheckReceiveTimeout | (Inherited from ActorCell.) |
![]() | ClearActor | (Inherited from ActorCell.) |
![]() | ClearActorCell | (Inherited from ActorCell.) |
![]() | CreateNewActorInstance | (Overrides ActorCellCreateNewActorInstance.) |
![]() | 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. (Inherited from ActorCell.) |
![]() | GetChildren | (Inherited from ActorCell.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSingleChild | Obsolete. (Inherited from ActorCell.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init | (Inherited from ActorCell.) |
![]() | InitChild | This should only be used privately or when creating the root actor. (Inherited from ActorCell.) |
![]() | Invoke |
Invokes the specified envelope.
(Inherited from ActorCell.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Post | (Overrides ActorCellPost(ActorRef, Object).) |
![]() | PrepareForNewActor | (Inherited from ActorCell.) |
![]() | PreStart |
Allow extra pre-start initialization in derived classes
(Inherited from ActorCell.) |
![]() | ReceivedTerminated | (Inherited from ActorCell.) |
![]() | ReceiveMessageForTest |
This is only intended to be called from TestKit's TestActorRef
(Inherited from ActorCell.) |
![]() | RemoveChildAndGetStateChange | (Inherited from ActorCell.) |
![]() | RemWatcher | (Inherited from ActorCell.) |
![]() | ReserveChild | (Inherited from ActorCell.) |
![]() | Restart |
Restarts the specified cause.
(Inherited from ActorCell.) |
![]() | Resume |
Resumes the specified caused by failure.
(Inherited from ActorCell.) |
![]() | SetActorFields | (Inherited from ActorCell.) |
![]() | SetChildrenTerminationReason | (Inherited from ActorCell.) |
![]() | SetReceiveTimeout | (Inherited from ActorCell.) |
![]() | SetTerminated | (Inherited from ActorCell.) |
![]() | Start |
Starts this instance.
(Inherited from ActorCell.) |
![]() | Stop |
Async stop this actor
(Inherited from ActorCell.) |
![]() | Stop(ActorRef) |
Stops the specified child.
(Inherited from ActorCell.) |
![]() | Suspend |
Suspends this instance.
(Inherited from ActorCell.) |
![]() | SwapMailbox | (Inherited from ActorCell.) |
![]() | SystemInvoke |
Systems the invoke.
(Inherited from ActorCell.) |
![]() | TellWatchersWeDied | (Inherited from ActorCell.) |
![]() | TerminatedQueuedFor | (Inherited from ActorCell.) |
![]() | 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.
(Inherited from ActorCell.) |
![]() | TryGetChildStatsByRef |
Tries to get the stats for the specified child.
(Inherited from ActorCell.)![]() Since the child exists ChildRestartStats is the only valid ChildStats. |
![]() | TryGetSingleChild | (Inherited from ActorCell.) |
![]() | Unbecome | (Inherited from ActorCell.) |
![]() | UnreserveChild | (Inherited from ActorCell.) |
![]() | Unwatch | (Inherited from ActorCell.) |
![]() | UnwatchWatchedActors | (Inherited from ActorCell.) |
![]() | UseThreadContext | (Inherited from ActorCell.) |
![]() | Watch | (Inherited from ActorCell.) |
![]() | WatchedActorTerminated |
When this actor is watching the subject of [[akka.actor.Terminated]] message
it will be propagated to user's receive.
(Inherited from ActorCell.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |