|
|
|
@ -30,7 +30,7 @@ import org.springframework.web.reactive.function.client.ClientResponse; |
|
|
|
* @author Nishant Raut |
|
|
|
* @author Nishant Raut |
|
|
|
* @since 2.1.0 |
|
|
|
* @since 2.1.0 |
|
|
|
* @deprecated since 3.0.0 for removal in 3.2.0 in favor of |
|
|
|
* @deprecated since 3.0.0 for removal in 3.2.0 in favor of |
|
|
|
* {@link org.springframework.web.reactive.function.client.DefaultClientObservationConvention} |
|
|
|
* {@link org.springframework.web.reactive.function.client.ClientRequestObservationConvention} |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Deprecated(since = "3.0.0", forRemoval = true) |
|
|
|
@Deprecated(since = "3.0.0", forRemoval = true) |
|
|
|
@SuppressWarnings({ "deprecation", "removal" }) |
|
|
|
@SuppressWarnings({ "deprecation", "removal" }) |
|
|
|
|