Uses of Interface
org.springframework.boot.rsocket.server.RSocketServerFactory
Package
Description
RSocket integrations with Spring Framework's
ApplicationContext
.Reactor Netty based RSocket server implementation.
-
Uses of RSocketServerFactory in org.springframework.boot.rsocket.context
ModifierConstructorDescriptionRSocketServerBootstrap
(RSocketServerFactory serverFactory, io.rsocket.SocketAcceptor socketAcceptor) -
Uses of RSocketServerFactory in org.springframework.boot.rsocket.netty
Modifier and TypeClassDescriptionclass
RSocketServerFactory
that can be used to createRSocketServer
s backed by Netty.