Uses of Interface
org.springframework.web.reactive.function.client.WebClient
Packages that use WebClient Package Description org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.Uses of WebClient in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client that return WebClient Modifier and Type Method Description WebClientWebClient.Builder. build()Builder theWebClientinstance.static WebClientWebClient. create()Create a newWebClientwith Reactor Netty by default.static WebClientWebClient. create(String baseUrl)Variant ofcreate()that accepts a default base URL.