| IDependencyResolverCreateTActor Method |
Used to register the configuration for an actor of the specified type TActor
Namespace:
Akka.DI.Core
Assembly:
Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax Props Create<TActor>()
where TActor : ActorBase
abstract Create : unit -> Props when 'TActor : ActorBase
Type Parameters
- TActor
- The type of actor the configuration is based
Return Value
Type:
PropsThe configuration object for the given actor type
See Also