Fabrik.SimpleBus is a simple in-process message bus written in C# that uses TPL Dataflow to provide asynchronous messaging capabilities.
Info
Version: | 1.0.1-pre |
Author(s): | Ben Foster |
Last Update: | Thursday, March 7, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/benfoster/Fabrik.SimpleBus |
NuGet Url: | https://www.nuget.org/packages/Fabrik.SimpleBus |
Install
Install-Package Fabrik.SimpleBus
dotnet add package Fabrik.SimpleBus
paket add Fabrik.SimpleBus
Fabrik.SimpleBus Download (Unzip the "nupkg" after downloading)
Dependencies
- Fabrik.Common(1.0.3)
- Microsoft.Tpl.Dataflow(4.5.9)
Tags