Info
Version: | 7.1.12149.1635 |
Author(s): | bbv Software Services AG and Contributers |
Last Update: | Monday, May 28, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://code.google.com/p/bbvcommon/ |
NuGet Url: | https://www.nuget.org/packages/bbv.Common.EventBroker |
Install
Install-Package bbv.Common.EventBroker
dotnet add package bbv.Common.EventBroker
paket add bbv.Common.EventBroker
bbv.Common.EventBroker Download (Unzip the "nupkg" after downloading)
Dependencies
- bbv.Common(>= 7.1.0.0 && < 7.2.0.0)
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.
Therefore they can be garbage collected
* Multiple publishers and/or subscribers for a single event topic
* Matchers for publications and subscriptions
* Thorough customizable logging
* Extension support
bbv.Common.EventBroker is a part of bbv.Common, a library of .NET components and functionality including:
* (a)synchronous notification component with thread switching using publisher-subscriber pattern,
* hierarchical state machine with fluent definition syntax,
* programmatic, loosely coupled, context based rule engine,
* support for active objects to build multi-threaded applications.