![]() | IDependencyResolver Interface |
Namespace: Akka.DI.Core
The IDependencyResolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(Type) |
Used to register the configuration for an actor of the specified type actorType |
![]() | CreateTActor |
Used to register the configuration for an actor of the specified type TActor |
![]() | CreateActorFactory |
Creates a delegate factory used to create actors based on their type
|
![]() | GetType |
Retrieves an actor's type with the specified name
|
![]() | Release |
Signals the container to release it's reference to the actor.
|