Browse Source

Rename webflux-client.adoc to webflux-webclient.adoc

pull/1519/merge
Rossen Stoyanchev 7 years ago
parent
commit
5733065ba4
  1. 3
      src/docs/asciidoc/integration.adoc
  2. 0
      src/docs/asciidoc/web/webflux-webclient.adoc
  3. 8
      src/docs/asciidoc/web/webflux.adoc

3
src/docs/asciidoc/integration.adoc

@ -1347,7 +1347,8 @@ The `AsyncRestTemplate` is deprecated. @@ -1347,7 +1347,8 @@ The `AsyncRestTemplate` is deprecated.
Please use the <<web-reactive.adoc#webflux-client,WebClient>> instead.
include::web/webflux-client.adoc[leveloffset=+3]
include::web/webflux-webclient.adoc[leveloffset=+3]

0
src/docs/asciidoc/web/webflux-client.adoc → src/docs/asciidoc/web/webflux-webclient.adoc

8
src/docs/asciidoc/web/webflux.adoc

@ -16,9 +16,9 @@ and co-exist side by side in the Spring Framework. Each module is optional. @@ -16,9 +16,9 @@ and co-exist side by side in the Spring Framework. Each module is optional.
Applications may use one or the other module, or in some cases both --
e.g. Spring MVC controllers with the reactive `WebClient`.
In addition to the WebFlux web framework, the `spring-webflux` module includes several
other reactive components such as a <<webflux-client>> for performing HTTP requests,
a `WebTestClient` for testing web endpoints, and WebSocket support.
In addition to the web framework, Spring WebFlux also provides a <<webflux-client>> for
performing HTTP requests, a `WebTestClient` for testing web endpoints, and
also client and server reactive, WebSocket support.
[[webflux-new-framework]]
@ -1386,7 +1386,7 @@ from the base class and you can still have any number of other ``WebMvcConfigure @@ -1386,7 +1386,7 @@ from the base class and you can still have any number of other ``WebMvcConfigure
the classpath.
include::webflux-client.adoc[leveloffset=+1]
include::webflux-webclient.adoc[leveloffset=+1]
[[webflux-reactive-libraries]]

Loading…
Cancel
Save