Class NettyRSocketServer

java.lang.Object
org.springframework.boot.rsocket.netty.NettyRSocketServer
All Implemented Interfaces:
RSocketServer

public class NettyRSocketServer extends Object implements RSocketServer
RSocketServer that is based on a Reactor Netty server. Usually this class should be created using the NettyRSocketServerFactory and not directly.
Since:
2.2.0
Author:
Brian Clozel
  • Constructor Details

    • NettyRSocketServer

      public NettyRSocketServer(reactor.core.publisher.Mono<io.rsocket.transport.netty.server.CloseableChannel> starter, Duration lifecycleTimeout)
  • Method Details