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

com.aliyun.openservices.ons.api.impl.util.NameAddrUtils Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.aliyun.openservices.ons.api.impl.util;

import com.aliyun.openservices.shade.com.alibaba.rocketmq.common.MixAll;

/**
 * User: yubao.fyb
 * Date: 14/12/15
 * Time: 11:31
 */
public class NameAddrUtils {
    public static String getNameAdd() {
        return System.getProperty(MixAll.NAMESRV_ADDR_PROPERTY,
                System.getenv(MixAll.NAMESRV_ADDR_ENV));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy