Skip to content

NetHacksPack.Integration.Abstractions

Edney Batista da Silva edited this page Jul 1, 2021 · 10 revisions

Get Started

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.

Usage

To use it in your project you can dowload diretly from Nuget:

dotnet add NetHacksPack.Integration.Abstractions

Clone this wiki locally