程序包 org.springframework.messaging.rsocket.annotation.support
Support classes for working with annotated RSocket stream handling methods.
类概要 类 说明 RSocketFrameTypeMessageCondition A condition to assist with mapping onto handler methods based on the RSocket frame type.RSocketMessageHandler Extension ofMessageMappingMessageHandlerfor handling RSocket requests with@ConnectMappingand@MessageMappingmethods.RSocketPayloadReturnValueHandler Extension ofAbstractEncoderMethodReturnValueHandlerthathandlesencoded content by wrapping data buffers as RSocket payloads and by passing those to theMonoProcessorfrom theRSocketPayloadReturnValueHandler.RESPONSE_HEADERheader.RSocketRequesterMethodArgumentResolver Resolves arguments of typeRSocketthat can be used for making requests to the remote peer.