Class RSocketServerAutoConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.rsocket.RSocketServerAutoConfiguration

Auto-configuration for RSocket servers. In the case of WebApplicationType.REACTIVE, the RSocket server is added as a WebSocket endpoint on the existing NettyWebServer. If a specific server port is configured, a new standalone RSocket server is created.
Since:
2.2.0
Author:
Brian Clozel
  • Constructor Details

    • RSocketServerAutoConfiguration

      public RSocketServerAutoConfiguration()