Uses of Interface
org.springframework.messaging.rsocket.RSocketRequester.RetrieveSpec
Packages that use RSocketRequester.RetrieveSpec
-
Uses of RSocketRequester.RetrieveSpec in org.springframework.messaging.rsocket
Subinterfaces of RSocketRequester.RetrieveSpec in org.springframework.messaging.rsocketModifier and TypeInterfaceDescriptionstatic interface
Spec to declare the input for an RSocket request.Methods in org.springframework.messaging.rsocket that return RSocketRequester.RetrieveSpecModifier 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.