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.
-
ClassDescriptionA condition to assist with mapping onto handler methods based on the RSocket frame type.Extension of
MessageMappingMessageHandler
to handle RSocket requests with@MessageMapping
and@ConnectMapping
methods, also supporting use of@RSocketExchange
.Extension ofAbstractEncoderMethodReturnValueHandler
thathandles
encoded content by wrapping data buffers as RSocket payloads and by passing those through theRSocketPayloadReturnValueHandler.RESPONSE_HEADER
header.Resolves arguments of typeRSocket
that can be used for making requests to the remote peer.