U - the type of address before resolution (unresolved address)R - the type of address after resolution (resolved address)@FunctionalInterface
public static interface PartitionedHttpClientBuilder.SingleAddressInitializer<U,R>
SingleAddressHttpClientBuilder for each new client.| Modifier and Type | Method and Description |
|---|---|
default PartitionedHttpClientBuilder.SingleAddressInitializer<U,R> |
append(PartitionedHttpClientBuilder.SingleAddressInitializer<U,R> toAppend)
Appends the passed
PartitionedHttpClientBuilder.SingleAddressInitializer to this
PartitionedHttpClientBuilder.SingleAddressInitializer such that this PartitionedHttpClientBuilder.SingleAddressInitializer is
applied first and then the passed PartitionedHttpClientBuilder.SingleAddressInitializer. |
void |
initialize(PartitionAttributes attr,
SingleAddressHttpClientBuilder<U,R> builder)
Configures the passed
SingleAddressHttpClientBuilder for a given set of PartitionAttributes. |
void initialize(PartitionAttributes attr,
SingleAddressHttpClientBuilder<U,R> builder)
SingleAddressHttpClientBuilder for a given set of PartitionAttributes.attr - the PartitionAttributes for the partitionbuilder - SingleAddressHttpClientBuilder to configure for the given PartitionAttributesdefault PartitionedHttpClientBuilder.SingleAddressInitializer<U,R> append(PartitionedHttpClientBuilder.SingleAddressInitializer<U,R> toAppend)
PartitionedHttpClientBuilder.SingleAddressInitializer to this
PartitionedHttpClientBuilder.SingleAddressInitializer such that this PartitionedHttpClientBuilder.SingleAddressInitializer is
applied first and then the passed PartitionedHttpClientBuilder.SingleAddressInitializer.toAppend - PartitionedHttpClientBuilder.SingleAddressInitializer to appendPartitionedHttpClientBuilder.SingleAddressInitializer after the append operation.