Interface PartitionHttpClientBuilderConfigurator<U,R>

Type Parameters:
U - the type of address before resolution (unresolved address)
R - the type of address after resolution (resolved address)
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface PartitionHttpClientBuilderConfigurator<U,R>
If different clients used by a partitioned client created by a PartitionedHttpClientBuilder have different builder configuration, this configurator helps to configure them differently.