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