 | UnityDependencyResolverCreateTActor Method |
Used to register the configuration for an actor of the specified type TActor
Namespace: Akka.DI.UnityAssembly: Akka.DI.Unity (in Akka.DI.Unity.dll) Version: 1.0.7.19 (1.0.7.19)
Syntaxpublic Props Create<TActor>()
where TActor : ActorBase
abstract Create : unit -> Props when 'TActor : ActorBase
override 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
Implements
IDependencyResolverCreateTActor
See Also