Skip to content
Petar Marinov edited this page Jun 24, 2018 · 1 revision

EventBroker is an implementation of publish-subscribe pattern. It's main feature is the "Fire and Forget" style of event publishing, meaning that events will be handled in background threads and no exception will be propagated back to the publisher.
Another feature is the ability to plug a strategy for invoking event handlers with several implementations provided.