diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index b03430dc7e..2e2ed88212 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -953,9 +953,9 @@ The Spring Framework offers two choices for client-side access to REST endpoints * <> -- the original Spring REST client with an API similar to other template classes in Spring, such as `JdbcTemplate`, `JmsTemplate` and others. The `RestTemplate` is built for synchronous use with the blocking I/O. -* <> -- reactive client with a functional, -fluent API. It is built on a non-blocking foundation for async and sync scenarios and -supports Reactive Streams back pressure. +* <> -- reactive client with a functional, +fluent API from the `spring-webflux` module. It is built on a non-blocking foundation +for async and sync scenarios and supports Reactive Streams back pressure. [[rest-resttemplate]] @@ -1348,10 +1348,6 @@ Please use the <> instead. -include::web/webflux-webclient.adoc[leveloffset=+3] - - - [[ejb]] == Enterprise JavaBeans (EJB) integration