Allows the Azure Service Bus to be used as a scheduler for commands.
Info
Version: | 1.0.0 |
Author(s): | James Randall |
Last Update: | Thursday, January 24, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JamesRandall/ServiceBusScheduler |
NuGet Url: | https://www.nuget.org/packages/AccidentalFish.Commanding.ServiceBusScheduler |
Install
Install-Package AccidentalFish.Commanding.ServiceBusScheduler
dotnet add package AccidentalFish.Commanding.ServiceBusScheduler
paket add AccidentalFish.Commanding.ServiceBusScheduler
AccidentalFish.Commanding.ServiceBusScheduler Download (Unzip the "nupkg" after downloading)
Dependencies
- AccidentalFish.Commanding.ServiceBusScheduler.Abstractions(>= 1.0.0)
- AzureFromTheTrenches.Commanding.Abstractions(>= 8.1.1)
- Microsoft.Azure.ServiceBus(>= 3.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
- Newtonsoft.Json(>= 11.0.2)