Class ReactiveHttpRequestValues
java.lang.Object
org.springframework.web.service.invoker.HttpRequestValues
org.springframework.web.service.invoker.ReactiveHttpRequestValues
HttpRequestValues extension for use with ReactorHttpExchangeAdapter.- Since:
 - 6.1
 - Author:
 - Rossen Stoyanchev, Olga Maciaszek-Sharma
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Publisher<?>getBody()Return the request body as a Publisher.Return the element type for a Publisher body.Publisher<?>Return aPublisherthat will produce for the request body.Return the element type for a Publisher body.Methods inherited from class org.springframework.web.service.invoker.HttpRequestValues
getAttributes, getBodyValue, getCookies, getHeaders, getHttpMethod, getUri, getUriBuilderFactory, getUriTemplate, getUriVariables 
- 
Method Details
- 
getBodyPublisher
Return aPublisherthat will produce for the request body.This is mutually exclusive with
HttpRequestValues.getBodyValue(). Only one of the two or neither is set. - 
getBodyPublisherElementType
Return the element type for a Publisher body. - 
getBody
Return the request body as a Publisher.This is mutually exclusive with
HttpRequestValues.getBodyValue(). Only one of the two or neither is set.- Overrides:
 getBodyin classHttpRequestValues
 - 
getBodyElementType
Return the element type for a Publisher body.- Overrides:
 getBodyElementTypein classHttpRequestValues
 - 
builder
 
 -