pro.chenggang.plugin.springcloud.gateway.grey.GreyDefaultRoundRule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-gateway-plugin Show documentation
Show all versions of spring-cloud-gateway-plugin Show documentation
Spring Cloud Gateway Plugin Project
package pro.chenggang.plugin.springcloud.gateway.grey;
import com.netflix.loadbalancer.AbstractServerPredicate;
import java.util.List;
/**
* GreyDefaultRoundRule
* @author chenggang
* @date 2019/04/25
*/
public class GreyDefaultRoundRule extends RoundRule {
public GreyDefaultRoundRule() {
}
public GreyDefaultRoundRule(List customPredicateList) {
super(customPredicateList);
}
}