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

me.chanjar.weixin.common.util.http.ResponseHandler Maven / Gradle / Ivy

The newest version!
package me.chanjar.weixin.common.util.http;

/**
 * 
 * http请求响应回调处理接口.
 * Created by Binary Wang on 2018/12/8.
 * 
* * @param 返回值类型 * @author Binary Wang */ public interface ResponseHandler { /** * 响应结果处理. * * @param t 要处理的对象 */ void handle(T t); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy