Uses of Interface
org.springframework.web.reactive.function.client.WebClient
Package
Description
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.Classes supporting the
org.springframework.web.reactive.function.client
package.-
Uses of WebClient in org.springframework.web.reactive.function.client
-
Uses of WebClient in org.springframework.web.reactive.function.client.support
Modifier and TypeMethodDescriptionstatic WebClientAdapter
Create aWebClientAdapter
for the givenWebClient
instance.