Jersey 如何指定两个服务之间的依赖关系?

发布于 2024-12-29 14:33:24 字数 92 浏览 2 评论 0原文

我的服务器上有 2 个可访问的服务,我想指定一个服务依赖于另一个服务,以便仅当另一个服务成功执行时才执行它。 有没有办法(可能是注释)来指定它?

谢谢。

I have 2 services accessible on my server, and i want to specify that on service depends on the other, so that it is executed only when the other one was successfully executed.
Is there a way (may be an annotation) to specify it?

Thanks.

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

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

发布评论

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

评论(1

指尖凝香 2025-01-05 14:33:24

您是说除非第一个服务成功,否则第二个服务不应该访问?听起来这可以/应该用一个简单的标志在代码中完成。如果未设置该标志并调用第二个服务,则返回错误。

You saying the second service shouldn't be accessible unless the first has been succeeded? Sounds like this could/should be done in code with a simple flag. If the flag isn't set and the second service is called, return an error.

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