Update HandlerFunctionAdapter::setAsyncRequestTimeout Javadoc

Closes gh-29882
This commit is contained in:
Vatsa 2023-01-25 10:14:10 -05:00 committed by Arjen Poutsma
parent 9b0929c392
commit 9819cb3eb5
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ public class HandlerFunctionAdapter implements HandlerAdapter, Ordered {
* for further processing of the concurrently produced result.
* <p>If this value is not set, the default timeout of the underlying
* implementation is used.
* A value of 0 or less indicates that the asynchronous operation will never time out.
* @param timeout the timeout value in milliseconds
*/
public void setAsyncRequestTimeout(long timeout) {