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

org.zodiac.autoconfigure.loadbalancer.ribbon.PlatformRibbonClientProperties 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.constants.PlatformRibbonClientInfo;

public class PlatformRibbonClientProperties extends PlatformRibbonClientInfo {

    public PlatformRibbonClientProperties() {
    }

    @Override
    public String toString() {
        return "PlatformRibbonClientProperties [getName()=" + getName() + "]";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy