Interface ConnectionFactory<ResolvedAddress,C extends ListenableAsyncCloseable>

Type Parameters:
ResolvedAddress - The type of a resolved address that can be used for connecting.
C - The type of connections created by this factory.
All Superinterfaces:
AsyncCloseable, ListenableAsyncCloseable
All Known Implementing Classes:
DelegatingConnectionFactory

public interface ConnectionFactory<ResolvedAddress,C extends ListenableAsyncCloseable> extends ListenableAsyncCloseable
A factory for creating new connections.
See Also: