.exchangeToMono(response -> { //... return response.bodyToMono(Object.class); }) .cache(); // this is the important part } public Mono<Object> getToken() ...
確定! 回上一頁