@FunctionalInterface public interface WebClientFactory
WebClient
object. Factory implementations are
expected to create a new WebClient
object when calling create()
.WebClientBuilder
,
WebClient
Modifier and Type | Method and Description |
---|---|
default org.springframework.web.reactive.function.client.WebClient |
create()
Create a
WebClient instance. |
org.springframework.web.reactive.function.client.WebClient |
create(Consumer<WebClientBuilder> customizer)
|
default org.springframework.web.reactive.function.client.WebClient create()
WebClient
instance.WebClient
instance.org.springframework.web.reactive.function.client.WebClient create(Consumer<WebClientBuilder> customizer)
customizer
- builder customizer.WebClient
instance.Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.