This repository was archived by the owner on Aug 18, 2021. It is now read-only.
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
ILightWorker instances aren't discovered #211
Open
Description
LightWorker works by discovering all classes that derive from it, then exploring methods annotated with Queue
and Topic
.
However, the framework defines a ILightWorker
. Since that class is never discovered, the interface is useless.
We have the option of either retiring ILightWorker
or changing the discovery process to scan for it instead.