Info
Version: | 1.0.1 |
Author(s): | Weixiao Zhong |
Last Update: | Tuesday, April 14, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hotjk/ace |
NuGet Url: | https://www.nuget.org/packages/ACE |
Install
Install-Package ACE
dotnet add package ACE
paket add ACE
ACE Download (Unzip the "nupkg" after downloading)
Dependencies
- Ninject(3.2.2.0)
- EasyNetQ(0.47.10.380)
- EasyNetQ.DI.Ninject(0.47.10.380)
- AutoMapper(3.3.1)
- RabbitMQ.Client(3.4.3)
Offers three domain message: Action, Command and Event. Event for communication between the Microservices, Action for communication between front-end and Microservices, Command is used for communication between the Aggregates.