| DIActorSystemAdapterProps Method (Type) |
Creates a
Props configuration object for a given actor type.
Namespace:
Akka.DI.Core
Assembly:
Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Props Props(
Type actorType
)
member Props :
actorType : Type -> Props
Parameters
- actorType
- Type: SystemType
The actor type for which to create the Props configuration.
Return Value
Type:
PropsA
Props configuration object for the given actor type.
See Also