Class WebClientBuilder

java.lang.Object
org.springframework.vault.client.WebClientBuilder

public class WebClientBuilder extends Object
Builder that can be used to configure and create a WebClient. Provides convenience methods to configure ClientHttpConnector and default headers. By default the built WebClient will attempt to use the most suitable ClientHttpConnector using ClientHttpConnectorFactory.create(org.springframework.vault.support.ClientOptions, org.springframework.vault.support.SslConfiguration).
Since:
2.2
Author:
Mark Paluch
See Also: