Package org.springframework.messaging.rsocket.annotation.support
@NullMarked
package org.springframework.messaging.rsocket.annotation.support
Support classes for working with annotated RSocket stream handling methods.
-
ClassesClassDescriptionA condition to assist with mapping onto handler methods based on the RSocket frame type.Extension of
MessageMappingMessageHandlerto handle RSocket requests with@MessageMappingand@ConnectMappingmethods, also supporting use of@RSocketExchange.Extension ofAbstractEncoderMethodReturnValueHandlerthathandlesencoded content by wrapping data buffers as RSocket payloads and by passing those through theRSocketPayloadReturnValueHandler.RESPONSE_HEADERheader.Resolves arguments of typeRSocketthat can be used for making requests to the remote peer.