Uses of Interface
org.springframework.messaging.rsocket.RSocketRequester.RetrieveSpec
Packages that use RSocketRequester.RetrieveSpec Package Description org.springframework.messaging.rsocket Support for the RSocket protocol.Uses of RSocketRequester.RetrieveSpec in org.springframework.messaging.rsocket
Subinterfaces of RSocketRequester.RetrieveSpec in org.springframework.messaging.rsocket Modifier and Type Interface Description static interfaceRSocketRequester.RequestSpecSpec to declare the input for an RSocket request.Methods in org.springframework.messaging.rsocket that return RSocketRequester.RetrieveSpec Modifier and Type Method Description RSocketRequester.RetrieveSpecRSocketRequester.RequestSpec. data(Object data)Provide payload data for the request.RSocketRequester.RetrieveSpecRSocketRequester.RequestSpec. data(Object producer, Class<?> elementClass)Variant ofRSocketRequester.RequestSpec.data(Object)that also accepts a hint for the types of values that will be produced.RSocketRequester.RetrieveSpecRSocketRequester.RequestSpec. data(Object producer, ParameterizedTypeReference<?> elementTypeRef)Variant ofRSocketRequester.RequestSpec.data(Object, Class)for when the type hint has to have a generic type.