Generated by
JDiff

Interface org.springframework.web.reactive.function.client.WebClient.ResponseSpec

Changed Methods
ResponseSpec onStatus(Predicate<HttpStatus>, Function<ClientResponse, <any>>) Change in signature from (Predicate<HttpStatus>, Function<ClientResponse, Throwable>) to (Predicate<HttpStatus>, Function<ClientResponse, <any>>).
Register a custom error function that gets invoked when the given HttpStatus predicate applies.