| Props Properties |
The Props type exposes the following members.
| Name | Description | |
|---|---|---|
| Arguments |
The arguments needed to create the actor.
| |
| Deploy |
The configuration used to deploy the actor.
| |
| Dispatcher |
The dispatcher used in the deployment of the actor.
| |
| Empty |
A pre-configured Props that creates an actor that doesn't respond to messages.
| |
| Mailbox |
The mailbox used in the deployment of the actor.
| |
| RouterConfig |
The router used in the deployment of the actor.
| |
| SupervisorStrategy |
The supervisor strategy used to manage the actor.
| |
| Type |
The type of the actor that is created.
| |
| TypeName |
The assembly qualified name of the type of the actor that is created.
|