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