@FunctionalInterface public interface RSocketServerFactory
RSocketServer
.Modifier and Type | Method and Description |
---|---|
RSocketServer |
create(io.rsocket.SocketAcceptor socketAcceptor)
Gets a new fully configured but paused
RSocketServer instance. |
RSocketServer create(io.rsocket.SocketAcceptor socketAcceptor)
RSocketServer
instance. Clients
should not be able to connect to the returned server until
RSocketServer.start()
is called (which happens when the
ApplicationContext
has been fully refreshed).socketAcceptor
- the socket acceptorRSocketServer
RSocketServer.stop()