Unlike WebClient::exchange
, which has ClientResponse::bodyToMono
and bodyToFlux
, there is no way in RestClient::exchange
to convert the response body to a desired type using message converters. This should be added.
Unlike WebClient::exchange
, which has ClientResponse::bodyToMono
and bodyToFlux
, there is no way in RestClient::exchange
to convert the response body to a desired type using message converters. This should be added.