| Package | Description |
|---|---|
| com.tencent.polaris.configuration.api.core |
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
ConfigPropertyChangeInfo.getChangeType() |
ChangeType |
ConfigFileChangeEvent.getChangeType() |
ChangeType |
ConfigKVFileChangeEvent.getPropertiesChangeType(String propertyKey) |
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConfigFileChangeEvent(ConfigFileMetadata configFileMetadata,
String oldValue,
String newValue,
ChangeType changeType) |
ConfigPropertyChangeInfo(String propertyName,
Object oldValue,
Object newValue,
ChangeType changeType) |
Copyright © 2023. All rights reserved.