使用 Prism 4 进行事件聚合

发布于 2024-10-30 00:01:18 字数 82 浏览 6 评论 0原文

有人可以确认我关于 PRISM 4 中事件聚合的说法是否正确吗?

是否是在事件首先发布之前您无法订阅该事件,或者我是否遗漏了某些内容?

Can someone please confirm whether I am right about event aggregation in PRISM 4?

Is it the case that you cannot subscribe for an event until the event has been published first or am I missing something?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

坐在坟头思考人生 2024-11-06 00:01:18

不,您可以随时订阅事件,否则订阅者将需要对发布者有深入的了解,这将违背中介者模式的目的。

No, you can subscribe to an event at any time, otherwise the subscriber would need intimate knowledge about the publisher, which would defeat the purpose of the mediator pattern.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文