Azure Service Bus Implementation of a Generic EventBus.
Info
Version: | 0.3.7 |
Author(s): | Andrew Hagens, Thomas Poiesz |
Last Update: | Wednesday, July 29, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Finaps.EventBus.AzureServiceBus |
Install
Install-Package Finaps.EventBus.AzureServiceBus
dotnet add package Finaps.EventBus.AzureServiceBus
paket add Finaps.EventBus.AzureServiceBus
Finaps.EventBus.AzureServiceBus Download (Unzip the "nupkg" after downloading)
Dependencies
- Finaps.EventBus.Core(>= 0.3.7)
- Microsoft.Azure.ServiceBus(>= 3.0.0)
- Microsoft.CSharp(>= 4.5.0)