接口的使用
org.springframework.boot.rsocket.server.RSocketServerFactory
使用RSocketServerFactory的程序包
程序包
说明
RSocket integrations with Spring Framework's
ApplicationContext
.Reactor Netty based RSocket server implementation.
-
org.springframework.boot.rsocket.context中RSocketServerFactory的使用
限定符构造器说明RSocketServerBootstrap
(RSocketServerFactory serverFactory, io.rsocket.SocketAcceptor socketAcceptor) -
org.springframework.boot.rsocket.netty中RSocketServerFactory的使用