flatMap(file -> Mono.fromCallable(() -> new FileInputStream(file))) .doOnNext(e -> log.info("Got file {}", e)) .
確定! 回上一頁