Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 899 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 899 Bytes

Nuget Nuget

Akka.DI.DryIoc

Actor Producer Extension backed by the DryIoc Dependency Injection Container for the Akka.NET framework.

What is it?

Akka.DI.DryIoc is an ActorSystem extension for the Akka.NET framework that provides an alternative to the basic capabilities of Props when you have Actors with multiple dependencies.

If DryIoc is your IoC container of choice and your actors have dependencies that make using the factory method provided by Props prohibitive and code maintenance is an important concern then this is the extension for you.