首頁(yè)
Serverless 應(yīng)用引擎
Serverless應(yīng)用引擎(新版)
服務(wù)支持
常見(jiàn)問(wèn)題
其他FAQ
HSF問(wèn)題
HSF如何設(shè)置超時(shí)時(shí)間?
HSF如何設(shè)置超時(shí)時(shí)間?
更新時(shí)間:
- 配置超時(shí)時(shí)間的HSF標(biāo)簽,參數(shù)說(shuō)明如下。
- methodSpecials:為方法單獨(dú)配置超時(shí)時(shí)間(單位:ms)。
- clientTimeout:為接口中所有方法設(shè)置統(tǒng)一的超時(shí)時(shí)間(單位:ms)。
- 配置超時(shí)時(shí)間的優(yōu)先級(jí),由高到低排列如下。
- 消費(fèi)者(客戶端)methodSpecials
- 消費(fèi)者(客戶端)clientTimeout
- 提供者(服務(wù)端)methodSpecials
- 提供者(服務(wù)端)clientTimeout
配置Consumer標(biāo)簽的示例如下:
<hsf:consumer id="service" interface="com.taobao.edas.service.SimpleService"
version="1.1.0" group="test1" clientTimeout="3000"
target="10.1.6.57:12200?_TIMEOUT=1000" maxWaitTimeForCsAddress="5000">
<hsf:methodSpecials>
<hsf:methodSpecial name="sum" timeout="2000" ></hsf:methodSpecial>
</hsf:methodSpecials>
</hsf:consumer>
文檔內(nèi)容是否對(duì)您有幫助?