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 Fix unresolved directives in generated documentation 2019-04-11 14:31:41 +02:00
configuration-metadata.adoc Add metadata support for immutable ConfigurationProperties type 2019-03-22 15:33:35 +01:00
dependency-versions.adoc Fix unresolved directives in generated documentation 2019-04-11 14:31:41 +02:00
executable-jar-format.adoc Merge branch '2.1.x' 2019-03-28 11:48:47 +00:00
test-auto-configuration.adoc Fix unresolved directives in generated documentation 2019-04-11 14:31:41 +02:00