Info
| Version: | 4.0.0 | 
| Author(s): | Appccelerate team | 
| Last Update: | Monday, July 6, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/Appccelerate.EventBroker | 
Install
Install-Package Appccelerate.EventBroker
                        dotnet add package Appccelerate.EventBroker
                        paket add Appccelerate.EventBroker
                        
                                Appccelerate.EventBroker Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
synchronous and asynchronous notification,
automatic thread switching: to background or UI thread,
loose coupling of event topic publishers and subscribers,
publishers and subscribers are referenced by weak references and can therefore be garbage collected
multiple publishers and/or subscribers for a single event topic,
matchers for publications and subscriptions,
thorough customizable logging,
extension support.