| Package | Description |
|---|---|
| com.ctrip.framework.apollo.enums | |
| com.ctrip.framework.apollo.model |
| Modifier and Type | Method and Description |
|---|---|
static PropertyChangeType |
PropertyChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyChangeType[] |
PropertyChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyChangeType |
ConfigChange.getChangeType() |
PropertyChangeType |
ConfigFileChangeEvent.getChangeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigChange.setChangeType(PropertyChangeType changeType) |
| Constructor and Description |
|---|
ConfigChange(String namespace,
String propertyName,
String oldValue,
String newValue,
PropertyChangeType changeType)
Constructor.
|
ConfigFileChangeEvent(String namespace,
String oldValue,
String newValue,
PropertyChangeType changeType)
Constructor.
|
Copyright © 2022 Ctrip, Inc.. All rights reserved.