Interface SseClientRegistry<E extends SseClient>

Type Parameters:
E - Reactive Server Sent Events HTTP Client
All Known Implementing Classes:
DefaultNettyHttpClientRegistry

public interface SseClientRegistry<E extends SseClient>
Interface for managing the construction and lifecycle of instances of reactive clients.
Since:
3.0.0
Author:
Sergio del Amo