NettyRSocketServer

RSocketServer that is based on a Reactor Netty server. Usually this class should be created using the NettyRSocketServerFactory and not directly.

Author

Brian Clozel

Since

2.2.0

Constructors

Link copied to clipboard
constructor(starter: Mono<CloseableChannel>, lifecycleTimeout: Duration)

Functions

Link copied to clipboard
Return the address this server is listening on.
Link copied to clipboard
open fun start()
Starts the RSocket server.
Link copied to clipboard
open fun stop()
Stops the RSocket server.