Skip to content

Commit f3850b7

Browse files
committed
RSocket Doc Polishing
1 parent c4aceb6 commit f3850b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/reference/asciidoc/rsocket.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ Such an expression must evaluate to a `Map<Object, MimeType>`.
156156
When `command` is not `fireAndForget`, an `expectedResponseType` must be supplied.
157157
It is a `String.class` by default.
158158
An expression for this option can evaluate to a `ParameterizedTypeReference`.
159-
See `RSocketRequester.RequestSpec.retrieveMono()` and `RSocketRequester.RequestSpec.retrieveFlux()` JavaDocs for more information about reply data and its type.
159+
See the `RSocketRequester.RequestSpec.retrieveMono()` and `RSocketRequester.RequestSpec.retrieveFlux()` JavaDocs for more information about reply data and its type.
160160

161161
A reply `payload` from the `RSocketOutboundGateway` is always `Mono` (even for a `fireAndForget` command it is `Mono<Void>`) always making this component as `async`.
162162
Such a `Mono` is subscribed before producing into the `outputChannel` for regular channels or processed on demand by the `FluxMessageChannel`.
163-
A `Flux` response for the `requestStreamOrChannel` command is also wrapped into a mentioned reply `Mono`.
164-
It can be flatten downstream by the `FluxMessageChannel` with a passthrough service activator:
163+
A `Flux` response for the `requestStreamOrChannel` command is also wrapped into a reply `Mono`.
164+
It can be flattened downstream by the `FluxMessageChannel` with a passthrough service activator:
165165

166166
====
167167
[source, java]

0 commit comments

Comments
 (0)