public class ConfigCenterClient extends Object implements ConfigCenterOperation
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_CONFIG |
static String |
DARK_LAUNCH |
static String |
DEFAULT_APP_SEPARATOR |
static String |
DEFAULT_SERVICE_SEPARATOR |
static String |
REVISION |
| Constructor and Description |
|---|
ConfigCenterClient(AddressManager addressManager,
HttpTransport httpTransport) |
| Modifier and Type | Method and Description |
|---|---|
QueryConfigurationsResponse |
queryConfigurations(QueryConfigurationsRequest request)
根据查询条件查询配置项。
|
public static final String DEFAULT_APP_SEPARATOR
public static final String DEFAULT_SERVICE_SEPARATOR
public static final String REVISION
public static final String APPLICATION_CONFIG
public static final String DARK_LAUNCH
public ConfigCenterClient(AddressManager addressManager, HttpTransport httpTransport)
public QueryConfigurationsResponse queryConfigurations(QueryConfigurationsRequest request)
ConfigCenterOperationqueryConfigurations in interface ConfigCenterOperationrequest - 查询的维度(project, application, serviceName, version) 和 revision 信息。Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.