RSocketServer

interface RSocketServer

Simple interface that represents a fully configured RSocket server. Allows the server to be started and stopped.

Author

Brian Clozel

Since

2.2.0

Inheritors

Types

Link copied to clipboard
Choice of transport protocol for the RSocket server.

Functions

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