Info
Version: | 1.2.4 |
Author(s): | Peter Kneale |
Last Update: | Monday, April 30, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PeterKneale/Envoy |
NuGet Url: | https://www.nuget.org/packages/Envoy |
Install
Install-Package Envoy
dotnet add package Envoy
paket add Envoy
Envoy Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Objects no longer communicate directly with each other, but instead communicate through the mediator. This reduces the dependencies between communicating objects, thereby reducing coupling.