问题标签 [nservicebus-pipeline]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
506 浏览

nservicebus - 如何在 NServiceBus 6 中的“Handle”方法之后注册要执行的行为?

我有Endpoint一个Handle方法。我想在之前和之后立即做一些事情Handle。我能够通过 imolementing 使之前的步骤正常工作LogCommandEntryBehavior : Behavior<IIncomingLogicalMessageContext>。紧随其后需要实施什么Handle