| Package | Description |
|---|---|
| io.seata.config |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationChangeType |
ConfigurationChangeEvent.getChangeType()
Gets change type.
|
static ConfigurationChangeType |
ConfigurationChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationChangeType[] |
ConfigurationChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationChangeEvent |
ConfigurationChangeEvent.setChangeType(ConfigurationChangeType changeType)
Sets change type.
|
| Constructor and Description |
|---|
ConfigurationChangeEvent(String dataId,
String namespace,
String oldValue,
String newValue,
ConfigurationChangeType type) |
Copyright © 2023 Seata. All rights reserved.