.NET Core ultra lightweight event bus implementation.
Info
Version: | 1.0.0 |
Author(s): | Jacques Kang |
Last Update: | Thursday, November 15, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jacqueskang/EventBus |
NuGet Url: | https://www.nuget.org/packages/JKang.EventBus.InMemory |
Install
Install-Package JKang.EventBus.InMemory
dotnet add package JKang.EventBus.InMemory
paket add JKang.EventBus.InMemory
JKang.EventBus.InMemory Download (Unzip the "nupkg" after downloading)
Dependencies
- JKang.EventBus.Abstractions(>= 1.0.0)
- JKang.EventBus.Core(>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
Tags