| Package | Description |
|---|---|
| io.seata.config |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationChangeEvent |
ConfigurationChangeEvent.setChangeType(ConfigurationChangeType changeType)
Deprecated.
Sets change type.
|
ConfigurationChangeEvent |
ConfigurationChangeEvent.setDataId(String dataId)
Deprecated.
Sets data id.
|
ConfigurationChangeEvent |
ConfigurationChangeEvent.setNamespace(String namespace)
Deprecated.
Sets namespace.
|
ConfigurationChangeEvent |
ConfigurationChangeEvent.setNewValue(String newValue)
Deprecated.
Sets new value.
|
ConfigurationChangeEvent |
ConfigurationChangeEvent.setOldValue(String oldValue)
Deprecated.
Sets old value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationChangeListener.onChangeEvent(ConfigurationChangeEvent event)
Deprecated.
Process.
|
default void |
ConfigurationChangeListener.onProcessEvent(ConfigurationChangeEvent event)
Deprecated.
On process event.
|
Copyright © 2025 Apache. All rights reserved.