Browse Source
This commit replaces uses of onErrorResume() with - onErrorMap() in places where onErrorResume() is just used to map to a different exception. - onErrorComplete() where onErrorResume() just maps to Mono.empty(). - onErrorReturn() where onErrorResum() just maps to Mono.just(). Closes gh-31352pull/31354/head
Kai Zander
1 year ago
committed by
Brian Clozel
13 changed files with 23 additions and 23 deletions
Loading…
Reference in new issue