com.zhizus.forest.thrift.client.cluster.HAStrategy Maven / Gradle / Ivy
The newest version!
package com.zhizus.forest.thrift.client.cluster;
import org.apache.thrift.TServiceClient;
/**
* Created by Dempe on 2016/12/26.
*/
public interface HAStrategy {
X iface(LoadBalance loadBalance, String key, Class ifaceClass) throws Exception;
}