Class ClientHttpResponseBodyExtractor
java.lang.Object
org.springframework.integration.webflux.support.ClientHttpResponseBodyExtractor
- All Implemented Interfaces:
org.springframework.web.reactive.function.BodyExtractor<org.springframework.http.client.reactive.ClientHttpResponse,org.springframework.http.client.reactive.ClientHttpResponse>
public class ClientHttpResponseBodyExtractor
extends java.lang.Object
implements org.springframework.web.reactive.function.BodyExtractor<org.springframework.http.client.reactive.ClientHttpResponse,org.springframework.http.client.reactive.ClientHttpResponse>
The
BodyExtractor identity function implementation
which just returns the provided ClientHttpResponse.- Since:
- 5.0.1
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ClientHttpResponseBodyExtractor() -
Method Summary
Modifier and Type Method Description org.springframework.http.client.reactive.ClientHttpResponseextract(org.springframework.http.client.reactive.ClientHttpResponse response, org.springframework.web.reactive.function.BodyExtractor.Context context)
-
Constructor Details
-
ClientHttpResponseBodyExtractor
public ClientHttpResponseBodyExtractor()
-
-
Method Details
-
extract
public org.springframework.http.client.reactive.ClientHttpResponse extract(org.springframework.http.client.reactive.ClientHttpResponse response, org.springframework.web.reactive.function.BodyExtractor.Context context)- Specified by:
extractin interfaceorg.springframework.web.reactive.function.BodyExtractor<org.springframework.http.client.reactive.ClientHttpResponse,org.springframework.http.client.reactive.ClientHttpResponse>
-