Interface ConnectionFactoryFilter<ResolvedAddress,C extends ListenableAsyncCloseable>

Type Parameters:
ResolvedAddress - The type of resolved addresses that can be used for connecting.
C - The type of connections created by the ConnectionFactory decorated by this filter.
All Superinterfaces:
ExecutionStrategyInfluencer<ExecutionStrategy>
All Known Implementing Classes:
DelegatingConnectionFactoryFilter, LimitingConnectionFactoryFilter, TransportObserverConnectionFactoryFilter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ConnectionFactoryFilter<ResolvedAddress,C extends ListenableAsyncCloseable> extends ExecutionStrategyInfluencer<ExecutionStrategy>
A contract to decorate ConnectionFactory instances for the purpose of filtering.