Issue: SPR-11129
This commit is contained in:
Rossen Stoyanchev
2014-01-20 21:45:09 -05:00
parent 7df25764af
commit 17e492e641
3 changed files with 9 additions and 5 deletions

View File

@@ -195,6 +195,8 @@ import java.util.concurrent.Callable;
* The entity body will be converted to the response stream using
* {@linkplain org.springframework.http.converter.HttpMessageConverter message
* converters}.
* <li>An {@link org.springframework.http.HttpHeaders HttpHeaders} object to
* return a response with no body.</li>
* <li>A {@link Callable} which is used by Spring MVC to obtain the return
* value asynchronously in a separate thread transparently managed by Spring MVC
* on behalf of the application.