Interface HttpClientRegistry<T extends HttpClient>

Type Parameters:
T - Reactive HTTP Client
All Known Implementing Classes:
DefaultJdkHttpClientRegistry, DefaultNettyHttpClientRegistry

public interface HttpClientRegistry<T extends HttpClient>
Interface for managing the construction and lifecycle of instances of HttpClient clients.
Since:
3.0.0
Author:
Sergio del Amo