Motivation:
As a daily Java developer , I think the onError* operators are very easy to use.
eg: spring-projects/spring-framework#31352
refs:reactor/reactor-core#535
Currently:
| Reactor-core |
Pekko |
Suggestion |
| onErrorResume |
recoverWith |
|
| onErrorComplete |
onErrorComplete ( added #624) |
|
| onErrorReturn |
recover/recoverWith |
|
| onErrorContinue |
withAttributes(...) |
|
| onErrorStop |
withAttributes/defaultBehavior |
|
| onErrorMap |
mapError |
|
Motivation:
As a daily Java developer , I think the
onError*operators are very easy to use.eg: spring-projects/spring-framework#31352
refs:reactor/reactor-core#535
Currently: