Skip to content

Commit 9819cb3

Browse files
srivatsa-cfppoutsma
authored andcommitted
Update HandlerFunctionAdapter::setAsyncRequestTimeout Javadoc
Closes gh-29882
1 parent 9b0929c commit 9819cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public int getOrder() {
7575
* for further processing of the concurrently produced result.
7676
* <p>If this value is not set, the default timeout of the underlying
7777
* implementation is used.
78+
* A value of 0 or less indicates that the asynchronous operation will never time out.
7879
* @param timeout the timeout value in milliseconds
7980
*/
8081
public void setAsyncRequestTimeout(long timeout) {

0 commit comments

Comments
 (0)