We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae8e08 commit cb8f09dCopy full SHA for cb8f09d
docs/modules/ROOT/pages/processor/response.adoc
@@ -87,8 +87,9 @@ To map non-array like responses to a `Mono<>` set the `single` mapping:
87
[source,yaml]
88
----
89
map:
90
- single:
91
- to: reactor.core.publisher.Mono
+ types:
+ - from: single
92
+ to: reactor.core.publisher.Mono
93
94
95
The processor will now wrap all non-array like response types with the given `single` mapping.
0 commit comments