Package org.springframework.messaging.rsocket.annotation.support
Support classes for working with annotated RSocket stream handling methods.
Class Summary Class Description RSocketFrameTypeMessageCondition A condition to assist with mapping onto handler methods based on the RSocket frame type.RSocketMessageHandler Extension ofMessageMappingMessageHandler
for handling RSocket requests with@ConnectMapping
and@MessageMapping
methods.RSocketPayloadReturnValueHandler Extension ofAbstractEncoderMethodReturnValueHandler
thathandles
encoded content by wrapping data buffers as RSocket payloads and by passing those to theMonoProcessor
from theRSocketPayloadReturnValueHandler.RESPONSE_HEADER
header.RSocketRequesterMethodArgumentResolver Resolves arguments of typeRSocket
that can be used for making requests to the remote peer.