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 . |
Enum | Description |
---|---|
RSocketServer.Transport |
Choice of transport protocol for the RSocket server.
|
Exception | Description |
---|---|
RSocketServerException |
Exceptions thrown by an RSocket server.
|