Uses of Interface
org.springframework.boot.rsocket.server.RSocketServer
Package
Description
RSocket integrations with Spring Framework's
ApplicationContext
.Reactor Netty based RSocket server implementation.
Support for RSocket servers.
-
Uses of RSocketServer in org.springframework.boot.rsocket.context
Modifier and TypeMethodDescriptionRSocketServerInitializedEvent.getServer()
Access theRSocketServer
.RSocketServerInitializedEvent.getSource()
Access the source of the event (anRSocketServer
). -
Uses of RSocketServer in org.springframework.boot.rsocket.netty
-
Uses of RSocketServer in org.springframework.boot.rsocket.server
Modifier and TypeMethodDescriptionRSocketServerFactory.create
(io.rsocket.SocketAcceptor socketAcceptor) Gets a new fully configured but pausedRSocketServer
instance.