Interface WebClientProvider


@Deprecated public interface WebClientProvider
Deprecated.
since 5.0
Provider for WebClients using a pre-configured scheme. This class returns WebClient for a specific endpoint and encapsulates common configuration aspects of WebClient so that code using WebClient is not required to apply further configuration to the actual client.
Client instances are typically cached allowing reuse of pooled connections if configured on the ClientHttpConnector.
Since:
3.2
Author:
Christoph Strobl, Mark Paluch, Huw Ayling-Miller, Peter-Josef Meisch