You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.