.NET Standard 2.1 framework which makes easy to scaffold distributed systems and dispatch incoming load into units of work in a deterministic way.
Info
Version: | 1.1.0 |
Author(s): | Benjamin Bougot |
Last Update: | Wednesday, December 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bbougot/FluentDispatch/ |
NuGet Url: | https://www.nuget.org/packages/FluentDispatch |
Install
Install-Package FluentDispatch
dotnet add package FluentDispatch
paket add FluentDispatch
FluentDispatch Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentDispatch.PerformanceCounters(>= 1.1.0)
- AsyncEnumerator(>= 4.0.1)
- LazyCache(>= 2.0.1)
- MagicOnion(>= 2.6.4)
- MessagePack(>= 1.8.80)
- Microsoft.Data.Sqlite(>= 3.1.0)
- Microsoft.Extensions.Caching.Memory(>= 3.1.0)
- Microsoft.Extensions.Logging(>= 3.1.0)
- Microsoft.IO.RecyclableMemoryStream(>= 1.3.0)
- Polly(>= 7.2.0)
- System.Reactive(>= 4.2.0)
- System.Threading.Tasks.Dataflow(>= 4.11.0)