Flux.range(1, 10) .map(x -> {. if (x == 5) throw new RuntimeException("exception"); // 에러 발생. else return x;. }) .subscribe(.
確定! 回上一頁