InternalTestActorRef Class |
Namespace: Akka.TestKit.Internal
The InternalTestActorRef type exposes the following members.
Name | Description | |
---|---|---|
Cell |
TBD
(Inherited from LocalActorRef.) | |
Children |
TBD
(Inherited from LocalActorRef.) | |
Dispatcher |
TBD
(Inherited from LocalActorRef.) | |
IsLocal |
TBD
(Inherited from LocalActorRef.) | |
IsTerminated |
TBD
(Inherited from LocalActorRef.) | |
MailboxType |
TBD
(Inherited from LocalActorRef.) | |
Parent |
TBD
(Inherited from LocalActorRef.) | |
Path |
TBD
(Inherited from LocalActorRef.) | |
Props |
TBD
(Inherited from LocalActorRef.) | |
Provider |
TBD
(Inherited from LocalActorRef.) | |
Supervisor |
TBD
(Inherited from LocalActorRef.) | |
System |
TBD
(Inherited from LocalActorRef.) | |
Underlying |
TBD
(Inherited from LocalActorRef.) | |
UnderlyingActor |
TBD
|
Name | Description | |
---|---|---|
CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from ActorRefBase.) | |
CompareTo(IActorRef) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from ActorRefBase.) | |
Create |
INTERNAL
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
CreateUniqueName | INTERNAL
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from ActorRefBase.) | |
Equals(IActorRef) | Indicates whether the current object is equal to another object of the same type. (Inherited from ActorRefBase.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChild |
TBD
(Inherited from LocalActorRef.) | |
GetHashCode | Serves as the default hash function. (Inherited from ActorRefBase.) | |
GetSingleChild |
TBD
(Inherited from LocalActorRef.) | |
GetTestActorCell |
TBD
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NewActorCell |
TBD
(Overrides LocalActorRefNewActorCell(ActorSystemImpl, IInternalActorRef, Props, MessageDispatcher, IInternalActorRef).) | |
Receive |
Directly inject messages into actor receive behavior. Any exceptions
thrown will be available to you, while still being able to use
become/unbecome.
| |
Restart |
TBD
(Inherited from LocalActorRef.) | |
Resume |
TBD
(Inherited from LocalActorRef.) | |
SendSystemMessage(ISystemMessage) |
TBD
(Inherited from LocalActorRef.) | |
SendSystemMessage(ISystemMessage, IActorRef) | Obsolete.
INTERNAL API.
Used by built-in IActorRef implementations for handling
internal operations that are not exposed directly to end-users.
(Inherited from InternalActorRefBase.) | |
Start |
TBD
(Inherited from LocalActorRef.) | |
Stop |
TBD
(Inherited from LocalActorRef.) | |
Suspend |
TBD
(Inherited from LocalActorRef.) | |
Tell |
TBD
(Inherited from ActorRefBase.) | |
TellInternal |
TBD
(Inherited from LocalActorRef.) | |
ToString |
TBD
(Overrides ActorRefBaseToString.) | |
ToSurrogate |
Creates a surrogate representation of the current ActorRefBase.
(Inherited from ActorRefBase.) | |
Unwatch |
Deregisters this actor from being a death monitor of the provided ActorRef
This means that this actor will not get a Terminated()-message when the provided actor
is permanently terminated.
Returns the same ActorRef that is provided to it, to allow for cleaner invocations.
| |
Watch |
Registers this actor to be a death monitor of the provided ActorRef
This means that this actor will get a Terminated()-message when the provided actor
is permanently terminated.
Returns the same ActorRef that is provided to it, to allow for cleaner invocations.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |