Package com.netflix.discovery

Examples of com.netflix.discovery.DefaultEurekaClientConfig


            config = new CloudInstanceConfig();
        } else {
            config = new MyDataCenterInstanceConfig();
        }
        DiscoveryManager.getInstance().initComponent(config,
                new DefaultEurekaClientConfig());
    }
View Full Code Here

TOP

Related Classes of com.netflix.discovery.DefaultEurekaClientConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.