rebus-org / Rebus.ServiceProvider

:bus: Microsoft Extensions Dependency Injection container adapter for Rebus
https://mookid.dk/category/rebus
Other
65 stars 32 forks source link

Allow registering all handlers from a assembly by assembly long name #2

Closed komainu85 closed 7 years ago

komainu85 commented 7 years ago

Added a new extension to register all handlers from an assembly by specifying an assembly long name. Useful for registering handlers from XML/JSON config, where you can't use the generic method (AutoRegisterHandlersFromAssemblyOf) for registering assemblies.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.