接口的使用
org.springframework.messaging.rsocket.RSocketRequester.RetrieveSpec
使用RSocketRequester.RetrieveSpec的程序包 程序包 说明 org.springframework.messaging.rsocket Support for the RSocket protocol.org.springframework.messaging.rsocket中RSocketRequester.RetrieveSpec的使用
org.springframework.messaging.rsocket中RSocketRequester.RetrieveSpec的子接口 修饰符和类型 接口 说明 static interfaceRSocketRequester.RequestSpecSpec to declare the input for an RSocket request.返回RSocketRequester.RetrieveSpec的org.springframework.messaging.rsocket中的方法 修饰符和类型 方法 说明 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.