問題タブ [spring-resttemplate]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - List 内の各 Id に対する複数の RestTemplate 呼び出し
のそれぞれに対して複数のRestTemplate
呼び出しを行う必要がId
ありList<Ids>
ます。これを実行する最良の方法は何ですか?
私は使用しparallelStream()
ました。以下のコード スニペットは、同様のシナリオです。
employeeService.fetchEmployeedetails
は、restCall
すべてのemployeeDetails
.
パフォーマンスを調整する他の方法はありますか?