Info
Version: | 7.4.2 |
Author(s): | Ian Cooper |
Last Update: | Wednesday, June 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://brightercommand.github.io/Brighter/ |
NuGet Url: | https://www.nuget.org/packages/Paramore.Brighter |
Install
Install-Package Paramore.Brighter
dotnet add package Paramore.Brighter
paket add Paramore.Brighter
Paramore.Brighter Download (Unzip the "nupkg" after downloading)
Dependencies
net452
- Newtonsoft.Json(>= 11.0.2)
- Polly(>= 6.0.1)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 11.0.2)
- Polly(>= 6.0.1)
Tags
A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers.