The Rebus.Autofac package has methods that allow auto-registration for handlers filtered by namespace. This PR brings equivalent functionality to Rebus.ServiceProvider by adding 2 new methods:
This is useful as you can use namespaces to scope handlers for a specific queue.
Please let me know if you'd like me to amend anything.
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.
The Rebus.Autofac package has methods that allow auto-registration for handlers filtered by namespace. This PR brings equivalent functionality to Rebus.ServiceProvider by adding 2 new methods:
This is useful as you can use namespaces to scope handlers for a specific queue.
Please let me know if you'd like me to amend anything.
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.