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 38555df commit ddb45a9Copy full SHA for ddb45a9
framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-async.adoc
@@ -422,7 +422,7 @@ reactive types from the controller method.
422
Reactive return values are handled as follows:
423
424
* A single-value promise is adapted to, similar to using `DeferredResult`. Examples
425
-include `CompletionStage` (JDK), Mono` (Reactor), and `Single` (RxJava).
+include `CompletionStage` (JDK), `Mono` (Reactor), and `Single` (RxJava).
426
* A multi-value stream with a streaming media type (such as `application/x-ndjson`
427
or `text/event-stream`) is adapted to, similar to using `ResponseBodyEmitter` or
428
`SseEmitter`. Examples include `Flux` (Reactor) or `Observable` (RxJava).
0 commit comments