• Brian Clozel's avatar
    Add RSocket server support with Spring Messaging · b33944b5
    Brian Clozel authored
    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
    b33944b5
Name
Last commit
Last update
..
application-properties.adoc Loading commit data...
auto-configuration-classes.adoc Loading commit data...
configuration-metadata.adoc Loading commit data...
dependency-versions.adoc Loading commit data...
executable-jar-format.adoc Loading commit data...
test-auto-configuration.adoc Loading commit data...