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

Make BusRuntime available to MessageFilter #96

Closed bennidi closed 9 years ago

bennidi commented 9 years ago

For filters it might be useful to have access to the BusRuntime object. Specifically the ELFilter needs this to propagate resolution errors.