All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.binarywang.wxpay.config.HttpClientBuilderCustomizer Maven / Gradle / Ivy

The newest version!
package com.github.binarywang.wxpay.config;

import org.apache.http.impl.client.HttpClientBuilder;

/**
 * @author dagewang
 */
@FunctionalInterface
public interface HttpClientBuilderCustomizer {
  void customize(HttpClientBuilder var1);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy