public class ConfigCenterBean extends ConfigCenterConfig implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware
| Constructor and Description |
|---|
ConfigCenterBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.springframework.context.ApplicationContext |
getApplicationContext() |
Boolean |
getIncludeSpringEnv() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
void |
setIncludeSpringEnv(Boolean includeSpringEnv) |
checkOrUpdateInited, getAddress, getAppConfigFile, getAppExternalConfiguration, getCluster, getConfigFile, getExternalConfiguration, getGroup, getNamespace, getParameters, getPassword, getPort, getProtocol, getTimeout, getUsername, isCheck, isHighestPriority, isValid, setAddress, setAppConfigFile, setAppExternalConfig, setCheck, setCluster, setConfigFile, setExternalConfig, setGroup, setHighestPriority, setNamespace, setParameters, setPassword, setPort, setProtocol, setTimeout, setUsername, toUrl, updateParametersaddIntoConfigManager, appendParameters, appendParameters, equals, getId, getMetaData, getPrefix, getTagName, hashCode, isDefault, refresh, setDefault, setId, setPrefix, toString, updateIdIfAbsentpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwarepublic org.springframework.context.ApplicationContext getApplicationContext()
public Boolean getIncludeSpringEnv()
public void setIncludeSpringEnv(Boolean includeSpringEnv)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.