Browse Source

Added since tag

pull/23305/head
Arjen Poutsma 7 years ago
parent
commit
7fe0116599
  1. 1
      spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java

1
spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java

@ -168,6 +168,7 @@ public interface ClientResponse { @@ -168,6 +168,7 @@ public interface ClientResponse {
* headers, and body of this response as well as the corresponding request.
*
* @return a {@code Mono} with a {@code WebClientResponseException} based on this response
* @since 5.2
*/
Mono<WebClientResponseException> createException();

Loading…
Cancel
Save