
com.joe.easysocket.server.common.config.BaseConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of socket-common Show documentation
Show all versions of socket-common Show documentation
socket框架,方便快速开发socket服务端和客户端
The newest version!
package com.joe.easysocket.server.common.config;
import java.util.Properties;
/**
* @author joe
* @version 2018.06.27 15:33
*/
public interface BaseConfig {
/**
* 从配置中获取分布式节点配置
*
* @return 分布式节点配置
*/
ClusterConfig getClusterConfig();
/**
* 获取用户配置的环境
*
* @return 环境信息
*/
Properties getEnvironment();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy