| Package | Description |
|---|---|
| org.springframework.messaging.rsocket |
Support for the RSocket protocol.
|
| Class and Description |
|---|
| RSocketMessageHandler
RSocket-specific extension of
MessageMappingMessageHandler. |
| RSocketRequester
A thin wrapper around a sending
RSocket with a fluent API accepting
and returning higher level Objects for input and for output, along with
methods specify routing and other metadata. |
| RSocketRequester.Builder
Builder to prepare an
RSocketRequester by connecting to an
RSocket server and wrapping the resulting RSocket. |
| RSocketRequester.RequestSpec
Contract to provide input data for an RSocket request.
|
| RSocketRequester.ResponseSpec
Contract to declare the expected RSocket response.
|
| RSocketStrategies
Access to strategies for use by RSocket requester and responder components.
|
| RSocketStrategies.Builder
The builder options for creating
RSocketStrategies. |