Info
Version: | 1.2.3 |
Author(s): | Masoud Bahrami |
Last Update: | Saturday, July 28, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://refactor.ir/ |
NuGet Url: | https://www.nuget.org/packages/Chakad.Pipeline |
Install
Install-Package Chakad.Pipeline
dotnet add package Chakad.Pipeline
paket add Chakad.Pipeline
Chakad.Pipeline Download (Unzip the "nupkg" after downloading)
Dependencies
- Chakad.Core(>= 1.2.0)
- Chakad.Pipeline.Core(>= 1.2.1)
- Chakad.Container(>= 1.2.2)
- Autofac(>= 4.6.2)
- Polly(>= 5.3.1)
- Newtonsoft.Json(>= 10.0.1)
Tags
The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. 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$.