Package org.springframework.messaging.rsocket.annotation.support
@NonNullApi
@NonNullFields
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
MessageMappingMessageHandlerfor handling RSocket requests with@ConnectMappingand@MessageMappingmethods.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.