Browse Source

Merge branch '6.2.x'

pull/34993/merge
Sébastien Deleuze 1 month ago
parent
commit
543390c84f
  1. 2
      framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-async.adoc

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

@ -422,7 +422,7 @@ reactive types from the controller method.
Reactive return values are handled as follows: Reactive return values are handled as follows:
* A single-value promise is adapted to, similar to using `DeferredResult`. Examples * A single-value promise is adapted to, similar to using `DeferredResult`. Examples
include `CompletionStage` (JDK), Mono` (Reactor), and `Single` (RxJava). include `CompletionStage` (JDK), `Mono` (Reactor), and `Single` (RxJava).
* A multi-value stream with a streaming media type (such as `application/x-ndjson` * A multi-value stream with a streaming media type (such as `application/x-ndjson`
or `text/event-stream`) is adapted to, similar to using `ResponseBodyEmitter` or or `text/event-stream`) is adapted to, similar to using `ResponseBodyEmitter` or
`SseEmitter`. Examples include `Flux` (Reactor) or `Observable` (RxJava). `SseEmitter`. Examples include `Flux` (Reactor) or `Observable` (RxJava).

Loading…
Cancel
Save