How to write while loop with completionStage which eventually returns CompletionStage without join?

后端 未结 0 1329
再見小時候
再見小時候 2020-12-05 03:42

I have to write a function that returns CompletionStage. This function can query paginated data(async operation, returns data wrapped in completionStage) and process them an

相关标签:
回答
  • 消灭零回复
提交回复
热议问题