spinettaro / delphi-event-bus

Delphi Event Bus (for short DEB) is an Event Bus framework for Delphi
Apache License 2.0
466 stars 110 forks source link

- Add new generic class function TSubscriberFinder.FindSubscriberMethods<T: TEventBusSubscriberMethodAttribute>, so the redundant code with FindChannelSubscriberMethods and FindEventSubscriberMethod is minimized. #45

Closed wxinix closed 3 years ago

wxinix commented 3 years ago
wxinix commented 3 years ago

Closed after finding the code can be improved further. Will submit a new PR.