Beware of using spring WebClient(Episode2)
When we use exchangeToMono
I explained the WebClient exchange operator in episode1 article. However exchange operator is deprecated so Instead of using exchange, we have to use exchangeToMono(or exchangeToFlux)
1) doOnSuccess and onErrorResume combin...
yangbongsoo.hashnode.dev3 min read