如何在 mule XML 配置文件中的 http:inbound-endpoint 中设置请求超时?

发布于 2024-12-18 06:44:02 字数 378 浏览 0 评论 0原文

我根据文档(单击此处< /a>):

<flow name="testComponent">
    <http:inbound-endpoint name="clientEndpoint" address="http://localhost:8080/foo"/>
    <echo-component/>
</flow>

如何在 http:inbound-endpoint 中设置请求超时?

I create a flow with an inbound HTTP endpoint according to the document(click here):

<flow name="testComponent">
    <http:inbound-endpoint name="clientEndpoint" address="http://localhost:8080/foo"/>
    <echo-component/>
</flow>

And how to set a request timeout in http:inbound-endpoint?

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

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

发布评论

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

评论(1

落花随流水 2024-12-25 06:44:02

您实际上设置了 responseTimeout 属性。

You actually set the responseTimeout attribute.

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