bennidi / mbassador

Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven
MIT License
955 stars 146 forks source link

IMessageFilter Context? #154

Open GregoryHlavac opened 6 years ago

GregoryHlavac commented 6 years ago

Is it currently possible to use the SubscriptionContext of IMessageFIlter in a way that allows you to get the currently-being-tested handler's actual object rather than just the method that will be called upon if the filtering is passed? I can't seem to find it, if it actually exists at the moment.

ssindelar commented 5 years ago

Just missed that feature too. There seems to be no way to access the listening object. First time I wanted to use filtering :(