public class SystemConfigImpl extends Object implements SystemConfig
| Constructor and Description |
|---|
SystemConfigImpl() |
| Modifier and Type | Method and Description |
|---|---|
ClusterConfigImpl |
getConfigCluster()
获取配置中心集群信息
|
ClusterConfigImpl |
getDiscoverCluster()
获取服务发现集群地址
|
FlowConfigImpl |
getFlow()
获取流程名称
|
FlowCacheConfigImpl |
getFlowCache()
获取流程缓存配置
|
ClusterConfigImpl |
getHealthCheckCluster()
获取心跳集群地址
|
ClusterConfigImpl |
getMonitorCluster()
获取monitor集群地址
|
Map<String,String> |
getVariables()
获取变量列表
|
void |
setDefault(Object defaultObject)
设置默认值信息
|
void |
setFlow(FlowConfigImpl flow) |
void |
setVariables(Map<String,String> variables) |
String |
toString() |
void |
verify()
执行校验操作,参数校验失败会抛出IllegalArgumentException
|
public ClusterConfigImpl getDiscoverCluster()
SystemConfiggetDiscoverCluster in interface SystemConfigpublic ClusterConfigImpl getConfigCluster()
SystemConfiggetConfigCluster in interface SystemConfigpublic ClusterConfigImpl getHealthCheckCluster()
SystemConfiggetHealthCheckCluster in interface SystemConfigpublic ClusterConfigImpl getMonitorCluster()
SystemConfiggetMonitorCluster in interface SystemConfigpublic FlowCacheConfigImpl getFlowCache()
SystemConfiggetFlowCache in interface SystemConfigpublic Map<String,String> getVariables()
SystemConfiggetVariables in interface SystemConfigpublic void verify()
Verifierpublic void setDefault(Object defaultObject)
VerifiersetDefault in interface VerifierdefaultObject - 默认值对象public FlowConfigImpl getFlow()
SystemConfiggetFlow in interface SystemConfigpublic void setFlow(FlowConfigImpl flow)
Copyright © 2024. All rights reserved.