Click or drag to resize
Akka.NETExtensions Class
This class contains extension methods used to simplify working with dependency injection (DI) inside an ActorSystem.
Inheritance Hierarchy
SystemObject
  Akka.DI.CoreExtensions

Namespace:  Akka.DI.Core
Assembly:  Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class Extensions

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddDependencyResolver
Registers a dependency resolver with a given actor system.
Public methodStatic memberDI(ActorSystem)
Creates an adapter used to generate Props configuration objects using the DI extension using a given actor system.
Public methodStatic memberDI(IActorContext)
Creates an adapter used to generate Props configuration objects using the DI extension using a given actor context.
Public methodStatic memberGetTypeValue
Retrieves the Type with a given name from the current AppDomain.
Top
See Also