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

org.zodiac.autoconfigure.loadbalancer.ribbon.PlatformRibbonRuleProperties Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.autoconfigure.loadbalancer.ribbon;

import org.zodiac.loadbalancer.ribbon.config.PlatformRibbonRuleInfo;

public class PlatformRibbonRuleProperties extends PlatformRibbonRuleInfo {

    public PlatformRibbonRuleProperties() {
    }

    @Override
    public String toString() {
        return "PlatformRibbonRuleProperties [isEnabled()=" + isEnabled() + ", isWeight()=" + isWeight() + ", getTag()="
            + getTag() + ", getPriorIpPattern()=" + getPriorIpPattern() + "]";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy