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

pro.chenggang.plugin.springcloud.gateway.grey.GreyDefaultRoundRule Maven / Gradle / Ivy

There is a newer version: 2.1.SR2.2.RELEASE
Show newest version
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);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy