You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot provides auto-configuration for RSocket servers.
2958
+
Spring Boot provides RSocket server auto-configuration.
2978
2959
The required dependencies are provided by the `spring-boot-starter-rsocket`.
2979
2960
2980
-
Spring Boot will start an RSocket server as a new embedded server in your application, or will plug the RSocket infrastructure into an existing reactive Web server.
2961
+
Spring Boot allows exposing RSocket over WebSocket from a WebFlux server, or standing up an independent RSocket TCP server.
2981
2962
This depends on the type of application and its configuration.
2982
2963
2983
-
In case of a WebFlux application (i.e. of type `WebApplicationType.REACTIVE`), the RSocket server will be plugged into the existing Web Server only if the following properties match:
2964
+
For WebFlux application (i.e. of type `WebApplicationType.REACTIVE`), the RSocket server will be plugged into the Web Server only if the following properties match:
0 commit comments