Fix typo
Closes gh-1129
This commit is contained in:
committed by
Stephane Nicoll
parent
fae503d568
commit
a3062dfe78
@@ -98,7 +98,7 @@ Similarly a controller can also an `@ResponseBody` return value
|
||||
in any one of the following ways:
|
||||
|
||||
* `Mono<Account>` -- serialize without blocking the given Account when the `Mono` completes.
|
||||
* `Singe<Account>` -- same but using RxJava.
|
||||
* `Single<Account>` -- same but using RxJava.
|
||||
* `Flux<Account>` -- streaming scenario, possibly SSE depending on the requested content type.
|
||||
* `Flux<SseEvent>` -- SSE streaming.
|
||||
* `Observable<SseEvent>` -- same but using RxJava.
|
||||
|
||||
Reference in New Issue
Block a user