switchIfEmpty (getFallback()) .doOnNext(a -> System.out.println(a)) .block(); } private static Mono<Integer> getFallback() ...
確定! 回上一頁