すべてのプロダクト
Search
ドキュメントセンター

Performance Testing:Dubboマイクロサービス設定のリファレンス

最終更新日:Jan 08, 2025

このトピックでは、Dubboマイクロサービスでサポートされているパラメーターの設定方法とパラメーターのタイプについて説明します。

メソッド

パラメータータイプ

パラメーター設定

String sayHello(String name);

java.lang.String

hello, dubbo

String helloBean(HelloBean helloBean);

com.alibaba.pts.dubbo.api.DemoService

{"booleanValue":true,"helloSubValue":{"booleanValue":false,"intValue":2,"stringValue":"subbean"},"intValue":1,"stringValue":"bean"}

String helloMap(Map helloMap);

java.util.Map

{"booleanValue":true,"helloSubValue":{"booleanValue":false,"intValue":2,"stringValue":"subbean"},"intValue":1,"stringValue":"bean"}

String helloList(List helloList);

java.util.List

1

String helloString(String helloString);

java.lang.String

hello, dubbo

String helloInt(int helloInt);

int

1

String helloBoolean(boolean helloBoolean);

boolean

true

詳細情報

Dubboプラグインの使用時に発生する可能性のある問題については、GitHubのFAQをご覧ください。