Interface PartitionedHttpClientBuilder.SingleAddressInitializer<U,​R>

  • Type Parameters:
    U - the type of address before resolution (unresolved address)
    R - the type of address after resolution (resolved address)
    Enclosing class:
    PartitionedHttpClientBuilder<U,​R>
    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 static interface PartitionedHttpClientBuilder.SingleAddressInitializer<U,​R>
    Initializes the SingleAddressHttpClientBuilder for each new client.