Info
Version: | 1.2.1 |
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.Core |
Install
Install-Package Chakad.Pipeline.Core
dotnet add package Chakad.Pipeline.Core
paket add Chakad.Pipeline.Core
Chakad.Pipeline.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Chakad.Core(>= 1.2.0)
- Chakad.Logging(>= 1.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$.