![JAR search and dependency download from the Maven repository](/logo.png)
com.github.hippo.hystrix.HippoFailPolicy Maven / Gradle / Ivy
package com.github.hippo.hystrix;
import com.github.hippo.bean.HippoResponse;
/**
* 降级类接口
*
* @author sl
*
* @param
*/
public interface HippoFailPolicy {
/**
* failCallBack
* @param hippoResponse
* @return
*/
T failCallBack(HippoResponse hippoResponse);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy