We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31903a9 commit be17315Copy full SHA for be17315
framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-async.adoc
@@ -433,7 +433,7 @@ reactive types from the controller method.
433
Reactive return values are handled as follows:
434
435
* A single-value promise is adapted to, similar to using `DeferredResult`. Examples
436
-include `Mono` (Reactor) or `Single` (RxJava).
+include `CompletionStage` (JDK), Mono` (Reactor), and `Single` (RxJava).
437
* A multi-value stream with a streaming media type (such as `application/x-ndjson`
438
or `text/event-stream`) is adapted to, similar to using `ResponseBodyEmitter` or
439
`SseEmitter`. Examples include `Flux` (Reactor) or `Observable` (RxJava).
0 commit comments