| DIActorSystemAdapterPropsTActor Method |
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<TActor>()
where TActor : ActorBase
member Props : unit -> Props when 'TActor : ActorBase
Type Parameters
- TActor
- The actor type for which to create the Props configuration.
Return Value
Type:
PropsA
Props configuration object for the given actor type.
See Also