NserviceBus启动事件
我想在我的应用程序中使用 Ninject 配置依赖注入,并且我的项目是订阅者类库。 NserviceBus 为初始化内核和模块绑定而生成的第一个事件是什么?
I want to configure Dependency Injection with Ninject in my application, and my project is a Subscriber class library. What is the first event produced by NserviceBus for initialize my kernel and modules bindings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要做的是在 NServiceBus.Host.exe.config 中定义您的 EndpointConfigurationType
在此定义一个类之后
希望这是有意义的。如果您需要更多说明,请告诉我。祝你好运。
What you need to do is in NServiceBus.Host.exe.config define your EndpointConfigurationType
After this define a class
Hope this makes sense. Let me know if you need more clarification. Good luck.