Click or drag to resize
Akka.NETAkka.DI.Core Namespace
The Akka.DI.Core namespace contains classes used to provide extension points for dependency injection (DI). These classes rely on the different DI libraries to do the heavy lifting.
Classes
  ClassDescription
Public classDIActorContextAdapter
This class represents an adapter used to generate Props configuration objects using the dependency injection (DI) extension using a given actor context.
Public classDIActorProducer
This class represents an actor creation strategy that uses dependency injection (DI) to resolve and instantiate actors based on their type.
Public classDIActorSystemAdapter
This class represents an adapter used to generate Props configuration objects using the dependency injection (DI) extension using a given actor system.
Public classDIExt
This class represents an ActorSystem extension used to create Props configuration objects using a dependency injection (DI) container.
Public classDIExtension
This class represents an ActorSystem provider used to create the dependency injection (DI) extension.
Public classExtensions
This class contains extension methods used to simplify working with dependency injection (DI) inside an ActorSystem.
Interfaces
  InterfaceDescription
Public interfaceIDependencyResolver
Defines services used by the ActorSystem extension system to create actors