spring-boot/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix
Brian Clozel b33944b53f Add RSocket server support with Spring Messaging
This commit adds support for RSocket server applications.
The auto-configuration will either add RSocket support to an existing
Reactor Netty server in a WebFlux application (as a WebSocket endpoint),
or bootstrap a brand new RSocket server instance.

Spring Boot will also auto-configure the Spring Messaging infrastructure
that supports Controller beans with `@MessageMapping` annotated methods.

Fixes gh-16021
2019-04-11 15:44:17 +02:00
..
application-properties.adoc Add RSocket server support with Spring Messaging 2019-04-11 15:44:17 +02:00
auto-configuration-classes.adoc
configuration-metadata.adoc
dependency-versions.adoc
executable-jar-format.adoc
test-auto-configuration.adoc