See: Description
| Class | Description |
|---|---|
| RSocketFrameTypeMessageCondition |
A condition to assist with mapping onto handler methods based on the RSocket
frame type.
|
| RSocketMessageHandler |
Extension of
MessageMappingMessageHandler for handling RSocket
requests with @ConnectMapping and
@MessageMapping methods. |
| RSocketPayloadReturnValueHandler |
Extension of
AbstractEncoderMethodReturnValueHandler that
handles encoded content by wrapping data buffers
as RSocket payloads and by passing those to the MonoProcessor
from the RSocketPayloadReturnValueHandler.RESPONSE_HEADER header. |
| RSocketRequesterMethodArgumentResolver |
Resolves arguments of type
RSocket that can be used for making
requests to the remote peer. |