Akka.DI.Core Namespace |
Class | Description | |
---|---|---|
DIActorContextAdapter |
This class represents an adapter used to generate Props configuration
objects using the dependency injection (DI) extension using a given actor context.
| |
DIActorProducer |
This class represents an actor creation strategy that uses dependency injection (DI) to resolve and instantiate actors based on their type.
| |
DIActorSystemAdapter |
This class represents an adapter used to generate Props configuration
objects using the dependency injection (DI) extension using a given actor system.
| |
DIExt |
This class represents an ActorSystem extension used to create Props
configuration objects using a dependency injection (DI) container.
| |
DIExtension |
This class represents an ActorSystem provider used to create the dependency injection (DI) extension.
| |
Extensions |
This class contains extension methods used to simplify working with dependency injection (DI) inside an ActorSystem.
|
Interface | Description | |
---|---|---|
IDependencyResolver |
Defines services used by the ActorSystem extension system to create actors
|