Service bus support for command dispatch and execution.
Info
| Version: | 9.1.0 |
| Author(s): | James Randall |
| Last Update: | Saturday, June 8, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/JamesRandall/AzureFromTheTrenches.Commanding |
| NuGet Url: | https://www.nuget.org/packages/AzureFromTheTrenches.Commanding.AzureServiceBus |
Install
Install-Package AzureFromTheTrenches.Commanding.AzureServiceBus
dotnet add package AzureFromTheTrenches.Commanding.AzureServiceBus
paket add AzureFromTheTrenches.Commanding.AzureServiceBus
AzureFromTheTrenches.Commanding.AzureServiceBus Download (Unzip the "nupkg" after downloading)
Dependencies
- AzureFromTheTrenches.Commanding.Abstractions(>= 9.0.1)
- AzureFromTheTrenches.Commanding.Queue(>= 9.0.1)
- Microsoft.Azure.ServiceBus(>= 3.0.2)
- Newtonsoft.Json(>= 11.0.2)