Info
Version: | 2.0.8 |
Author(s): | Arwin van Arum |
Last Update: | Tuesday, February 13, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/niwrA/ddd-command-manager |
NuGet Url: | https://www.nuget.org/packages/CommandManagerNetStandard |
Install
Install-Package CommandManagerNetStandard
dotnet add package CommandManagerNetStandard
paket add CommandManagerNetStandard
CommandManagerNetStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 10.0.3)
Tags
You can route all commands for a specific root to one or more processors, and add specific configurations for specific commands. Includes deseralization into command objects that can be executed.
This is an alternative way of matching executable code with commands from message handlers, and matches the domain driven design philosophy perhaps a bit more closely. It also includes support for merging multiple commands to rebuild an object similar to event-sourcing.