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