Package org.springframework.messaging.rsocket.service
@NonNullApi
@NonNullFields
package org.springframework.messaging.rsocket.service
Annotations to declare an RSocket service contract with request methods along
with a proxy factory backed by an
RSocketRequester
.-
ClassDescription
RSocketServiceArgumentResolver
for a@DestinationVariable
annotated argument.RSocketServiceArgumentResolver
for metadata entries.RSocketServiceArgumentResolver
for@Payload
annotated arguments.Annotation to declare an RSocket endpoint on an RSocket service interface.Container for RSocket request values extracted from an@RSocketExchange
-annotated method and argument values passed to it.Builder forRSocketRequestValues
.Resolve an argument from an@RSocketExchange
-annotated method to one or more RSocket request values.Factory to create a client proxy from an RSocket service interface with@RSocketExchange
methods.Builder to create anRSocketServiceProxyFactory
.