設置timeout可串接在stream中: Flux<Ingredient> ingredients = webclient .get() .uri("/ingredients") .retrieve() .bodyToFlux(Ingredient.class); ...
確定! 回上一頁