NServiceBus: How to hook-up IHandleEvents programatically -


For one of your subscription metrics, I need to implement several implementations of iHandleEvents, as well as 3 parties Allow to specify itself Implementation. At the application startup, I would like to be able to scan the directory and config so that it can be used to determine which implementation can be used, and then can be used for all incoming messages. Is this possible? Can I register some type? Or would I register an example? Or maybe a function is so much that I can decide whether to give a new example every time or reuse?

itemprop = "text">

I think you mean IHandleMessages & lt; T & gt; - If you scan the NServiceBus and find it automatically, you can use Configure.With (Type) or Configure.With (Assemblies) you do not want to register to limit the type of NSSS type.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -