Mono.defer(() -> Mono.error(new RuntimeException(“懒异常”)))… 把Mono元素加入流中,但是延时加载,直到有subscribe时才会加载元素, 可以理解为懒加载 ...
確定! 回上一頁