Class DelegatingConnectionFactory<ResolvedAddress,C extends ListenableAsyncCloseable>

java.lang.Object
io.servicetalk.client.api.DelegatingConnectionFactory<ResolvedAddress,C>
Type Parameters:
ResolvedAddress - The type of resolved addresses that can be used for connecting.
C - The type of connections created by this factory.
All Implemented Interfaces:
ConnectionFactory<ResolvedAddress,C>, AsyncCloseable, ListenableAsyncCloseable

public class DelegatingConnectionFactory<ResolvedAddress,C extends ListenableAsyncCloseable> extends Object implements ConnectionFactory<ResolvedAddress,C>
A ConnectionFactory that delegates all methods to another ConnectionFactory.