Click or drag to resize
Akka.NETIDependencyResolver Interface
Defines services used by the ActorSystem extension system to create actors

Namespace:  Akka.DI.Core
Assembly:  Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IDependencyResolver

The IDependencyResolver type exposes the following members.

Methods
  NameDescription
Public methodCreate(Type)
Used to register the configuration for an actor of the specified type actorType
Public methodCreateTActor
Used to register the configuration for an actor of the specified type TActor
Public methodCreateActorFactory
Creates a delegate factory used to create actors based on their type
Public methodGetType
Retrieves an actor's type with the specified name
Public methodRelease
Signals the container to release it's reference to the actor.
Top
See Also