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

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