Uses of Interface
org.springframework.messaging.rsocket.RSocketRequester.RetrieveSpec
-
Uses of RSocketRequester.RetrieveSpec in org.springframework.messaging.rsocket
Modifier and TypeInterfaceDescriptionstatic interface
Spec to declare the input for an RSocket request.Modifier and TypeMethodDescriptionProvide payload data for the request.Variant ofRSocketRequester.RequestSpec.data(Object)
that also accepts a hint for the types of values that will be produced.RSocketRequester.RequestSpec.data
(Object producer, ParameterizedTypeReference<?> elementTypeRef) Variant ofRSocketRequester.RequestSpec.data(Object, Class)
for when the type hint has to have a generic type.