クラス RSocketServerAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.rsocket.autoconfigure.RSocketServerAutoConfiguration
@AutoConfiguration(after=RSocketStrategiesAutoConfiguration.class)
@ConditionalOnClass({io.rsocket.core.RSocketServer.class,RSocketStrategies.class,reactor.netty.http.server.HttpServer.class,io.rsocket.transport.netty.server.TcpServerTransport.class})
@ConditionalOnBean(RSocketMessageHandler.class)
@EnableConfigurationProperties(RSocketProperties.class)
public final class RSocketServerAutoConfiguration
extends ObjectSE
RSocket サーバー用の
Auto-configuration。WebApplicationType.REACTIVE の場合、RSocket サーバーは既存の NettyWebServer の WebSocket エンドポイントとして追加されます。特定のサーバーポートが構成されている場合は、新しいスタンドアロン RSocket サーバーが作成されます。- 導入:
- 4.0.0
- 作成者:
- Brian Clozel, Scott Frederick
コンストラクターの概要
コンストラクターメソッドのサマリー
コンストラクターの詳細
RSocketServerAutoConfiguration
public RSocketServerAutoConfiguration()