EgoPingvina / Akka.DI.DryIoc

Akka.NET integration plugin for DryIoc dependency injection library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Akka.NET integration plugin for DryIoc dependency injection library

License:MIT License


Languages

Language:C# 100.0%