All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.web.reactive.function.client.package-info Maven / Gradle / Ivy

/**
 * Provides a reactive {@link org.springframework.web.reactive.function.client.WebClient}
 * that builds on top of the
 * {@code org.springframework.http.client.reactive} reactive HTTP adapter layer.
 */
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.function.client;

import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy