Info
Version: | 0.1.0-alpha3 |
Author(s): | MrMDavidson |
Last Update: | Monday, August 26, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MrMDavidson/Rebus.SingleAccessSagas |
NuGet Url: | https://www.nuget.org/packages/Rebus.SingleAccessSagas |
Install
Install-Package Rebus.SingleAccessSagas
dotnet add package Rebus.SingleAccessSagas
paket add Rebus.SingleAccessSagas
Rebus.SingleAccessSagas Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Rebus(>= 4.0.020)
- NETStandard.Library(>= 1.6.1)
- Rebus(>= 4.0.020)
Tags
This includes single access sagas (ie. only ony handler for a given saga running at a time) as well as more general handler throttling (ie.
Throttling message through put based on types or properties).