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

Add a new way to define filters for handler methods #150

Closed kashike closed 7 years ago

kashike commented 7 years ago

Using the filters attribute on Handler works fine, but results in a lot of repetition. This adds a way to avoid this, by introducing a way to define Filters on an annotation type.

kashike commented 7 years ago

:tada:

bennidi commented 7 years ago

Thanks man. Will merge this soon.

kashike commented 7 years ago

@bennidi Any idea when this will be reviewed/merged? :smile:

bennidi commented 7 years ago

Merged and released with version 1.3.1. Renamed RepeatedFilters to IncludeFilters