-
Notifications
You must be signed in to change notification settings - Fork 0
NetHacksPack.Integration.Abstractions
Edney Batista da Silva edited this page Jul 1, 2021
·
10 revisions
This package contains the abstractions from providers to help build integrations with different applications using a EventBus channnel interface.
The applications will use the provided interfaces and the implementations should be configured on the Dependency Injection Container. This allows to design applications that can easily change their infrastructure to others kind of channels without causes significant break changes to the project.
To use it in your project you can dowload diretly from Nuget:
dotnet add NetHacksPack.Integration.Abstractions