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 SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Publisher<?>getBody()Return the request body as aPublisher.Return the element type for a body publisher.Publisher<?>Return aPublisherthat will produce the request body.Return the element type for a body publisher.Methods inherited from class org.springframework.web.service.invoker.HttpRequestValuesgetAttributes, getBodyValue, getCookies, getHeaders, getHttpMethod, getUri, getUriBuilderFactory, getUriTemplate, getUriVariables
- 
Method Details- 
getBodyPublisherReturn aPublisherthat will produce the request body.This is mutually exclusive with HttpRequestValues.getBodyValue(). Only one of the two or neither is set.
- 
getBodyPublisherElementTypeReturn the element type for a body publisher.
- 
getBodyReturn the request body as aPublisher.This is mutually exclusive with HttpRequestValues.getBodyValue(). Only one of the two or neither is set.- Overrides:
- getBodyin class- HttpRequestValues
 
- 
getBodyElementTypeReturn the element type for a body publisher.- Overrides:
- getBodyElementTypein class- HttpRequestValues
 
- 
builder
 
-