Click or drag to resize
Akka.NETExtensions Methods

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