@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 WebClient |
create()
Create a
WebClient instance. |
WebClient |
create(Consumer<WebClientBuilder> customizer)
|
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.