Skip to content

Commit be17315

Browse files
committed
Add mention of CompletionStage in "Async Requests"
Closes gh-34991
1 parent 31903a9 commit be17315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-async.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ reactive types from the controller method.
433433
Reactive return values are handled as follows:
434434

435435
* A single-value promise is adapted to, similar to using `DeferredResult`. Examples
436-
include `Mono` (Reactor) or `Single` (RxJava).
436+
include `CompletionStage` (JDK), Mono` (Reactor), and `Single` (RxJava).
437437
* A multi-value stream with a streaming media type (such as `application/x-ndjson`
438438
or `text/event-stream`) is adapted to, similar to using `ResponseBodyEmitter` or
439439
`SseEmitter`. Examples include `Flux` (Reactor) or `Observable` (RxJava).

0 commit comments

Comments
 (0)