Example usage for org.springframework.boot.rsocket.server RSocketServer interface-usage

List of usage examples for org.springframework.boot.rsocket.server RSocketServer interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.rsocket.server RSocketServer interface-usage.

Usage

From source file org.springframework.boot.rsocket.netty.NettyRSocketServer.java

/**
 * {@link RSocketServer} that is based on a Reactor Netty server. Usually this class
 * should be created using the {@link NettyRSocketServerFactory} and not directly.
 *
 * @author Brian Clozel
 * @since 2.2.0