| Interface | Description |
|---|---|
| ConfigurableRSocketServerFactory |
A configurable
RSocketServerFactory. |
| RSocketServer |
Simple interface that represents a fully configured RSocket server.
|
| RSocketServerCustomizer |
Callback interface that can be used to customize a
RSocketServer. |
| RSocketServerFactory |
Factory interface that can be used to create a reactive
RSocketServer. |
| ServerRSocketFactoryProcessor | Deprecated
since 2.2.7 for removal in 2.4 in favor of
RSocketServerCustomizer |
| Enum | Description |
|---|---|
| RSocketServer.Transport |
Choice of transport protocol for the RSocket server.
|
| Exception | Description |
|---|---|
| RSocketServerException |
Exceptions thrown by an RSocket server.
|