以下のjsonをリアルタイムで返すプログラムの確認方法はありますか? ツール、junitなど。 return Flux.interval(Duration.ofSeconds(time)) .map(tuple-> resultList.get(tuple.intValue()));
↧