Click or drag to resize
Akka.NETProps Properties

The Props type exposes the following members.

Properties
  NameDescription
Public propertyArguments
The arguments needed to create the actor.
Public propertyDeploy
The configuration used to deploy the actor.
Public propertyDispatcher
The dispatcher used in the deployment of the actor.
Public propertyStatic memberEmpty
A pre-configured Props that creates an actor that doesn't respond to messages.
Public propertyMailbox
The mailbox used in the deployment of the actor.
Public propertyRouterConfig
The router used in the deployment of the actor.
Public propertySupervisorStrategy
The supervisor strategy used to manage the actor.
Public propertyType
The type of the actor that is created.
Public propertyTypeName
The assembly qualified name of the type of the actor that is created.
Top
See Also