The {@code AsyncRestTemplate} exposes a synchronous {@link RestTemplate} via the{@link #getRestOperations()} method, and it shares its{@linkplain #setErrorHandler(ResponseErrorHandler) error handler} and{@linkplain #setMessageConverters(List) message converters} with this{@code RestTemplate}.
For more information, please refer to the {@link RestTemplate} API documentation. @author Arjen Poutsma @since 4.0 @see RestTemplate
|
|