public class KieClient extends Object implements KieConfigOperation
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_KIE_API_VERSION |
protected HttpTransport |
httpTransport |
protected String |
revision |
| Constructor and Description |
|---|
KieClient(KieAddressManager addressManager,
HttpTransport httpTransport,
KieConfiguration kieConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationsResponse |
queryConfigurations(ConfigurationsRequest request)
根据查询条件查询配置项。
|
protected HttpTransport httpTransport
protected String revision
public static final String DEFAULT_KIE_API_VERSION
public KieClient(KieAddressManager addressManager, HttpTransport httpTransport, KieConfiguration kieConfiguration)
public ConfigurationsResponse queryConfigurations(ConfigurationsRequest request)
KieConfigOperationqueryConfigurations in interface KieConfigOperationrequest - 查询的维度(project, application, serviceName, version) 和 revision 信息。Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.