TerminatedProps Class |
Namespace: Akka.Actor
The TerminatedProps type exposes the following members.
Name | Description | |
---|---|---|
TerminatedProps | Initializes a new instance of the TerminatedProps class |
Name | Description | |
---|---|---|
Arguments |
The arguments needed to create the actor.
(Inherited from Props.) | |
Deploy |
The configuration used to deploy the actor.
(Inherited from Props.) | |
Dispatcher |
The dispatcher used in the deployment of the actor.
(Inherited from Props.) | |
Mailbox |
The mailbox used in the deployment of the actor.
(Inherited from Props.) | |
RouterConfig |
The router used in the deployment of the actor.
(Inherited from Props.) | |
SupervisorStrategy |
The supervisor strategy used to manage the actor.
(Inherited from Props.) | |
Type |
The type of the actor that is created.
(Inherited from Props.) | |
TypeName |
The assembly qualified name of the type of the actor that is created.
(Inherited from Props.) |
Name | Description | |||
---|---|---|---|---|
Copy |
Creates a copy of the current instance.
(Inherited from Props.) | |||
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Props.) | |||
Equals(Props) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from Props.) | |||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |||
GetHashCode | Serves as the default hash function. (Inherited from Props.) | |||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |||
NewActor |
N/A
(Overrides PropsNewActor.) | |||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |||
ToSurrogate |
Creates a surrogate representation of the current Props.
(Inherited from Props.) | |||
WithDeploy |
Creates a new Props with a given deployment configuration.
(Inherited from Props.)
| |||
WithDispatcher |
Creates a new Props with a given dispatcher.
(Inherited from Props.)
| |||
WithMailbox |
Creates a new Props with a given mailbox.
(Inherited from Props.)
| |||
WithRouter |
Creates a new Props with a given router.
(Inherited from Props.)
| |||
WithSupervisorStrategy |
Creates a new Props with a given supervisor strategy.
(Inherited from Props.)
|
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.) |