Info
Version: | 0.1.27 |
Author(s): | GivePenny |
Last Update: | Friday, November 29, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/GivePenny/SimpleEventBus |
NuGet Url: | https://www.nuget.org/packages/GivePenny.SimpleEventBus.AzureServiceBusTransport |
Install
Install-Package GivePenny.SimpleEventBus.AzureServiceBusTransport
dotnet add package GivePenny.SimpleEventBus.AzureServiceBusTransport
paket add GivePenny.SimpleEventBus.AzureServiceBusTransport
GivePenny.SimpleEventBus.AzureServiceBusTransport Download (Unzip the "nupkg" after downloading)
Dependencies
- GivePenny.SimpleEventBus.Abstractions(>= 0.1.27)
- Microsoft.Azure.ServiceBus(>= 4.1.1)
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.1)
- System.Buffers(>= 4.5.0)
SimpleEventBus is an opinionated .NET Standard library to glue Azure Service Bus to message handler classes, with a slant towards event-orientated messaging.