Uses of Interface
org.springframework.messaging.rsocket.service.RSocketServiceArgumentResolver
Package
Description
Annotations to declare an RSocket service contract with request methods along
with a proxy factory backed by an
RSocketRequester
.-
Uses of RSocketServiceArgumentResolver in org.springframework.messaging.rsocket.service
Modifier and TypeClassDescriptionclass
RSocketServiceArgumentResolver
for a@DestinationVariable
annotated argument.class
RSocketServiceArgumentResolver
for metadata entries.class
RSocketServiceArgumentResolver
for@Payload
annotated arguments.Modifier and TypeMethodDescriptionvoid
RSocketServiceProxyFactory.addCustomArgumentResolver
(RSocketServiceArgumentResolver resolver) Deprecated, for removal: This API element is subject to removal in a future version.in favor of using the Builder to initialize the RSocketServiceProxyFactory instance.RSocketServiceProxyFactory.Builder.customArgumentResolver
(RSocketServiceArgumentResolver resolver) Register a custom argument resolver, invoked ahead of default resolvers.Modifier and TypeMethodDescriptionvoid
RSocketServiceProxyFactory.setCustomArgumentResolvers
(List<RSocketServiceArgumentResolver> resolvers) Deprecated, for removal: This API element is subject to removal in a future version.in favor of using the Builder to initialize the RSocketServiceProxyFactory instance.