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

top.rwocj.wx.pay.configuration.OkHttpClientCustomizer Maven / Gradle / Ivy

There is a newer version: 0.8-javax
Show newest version
package top.rwocj.wx.pay.configuration;

import okhttp3.OkHttpClient;

/**
 * @author lqb
 * @since 2024/7/5 11:33
 **/
public interface OkHttpClientCustomizer {

    void customize(OkHttpClient.Builder builder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy