| Package | Description |
|---|---|
| org.apache.seata.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachedConfigurationChangeListener |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationCache |
| Modifier and Type | Field and Description |
|---|---|
static ConfigurationChangeListener |
CachedConfigurationChangeListener.CONFIGURATION_CACHE |
| Modifier and Type | Method and Description |
|---|---|
Set<ConfigurationChangeListener> |
FileConfiguration.getConfigListeners(String dataId) |
Set<ConfigurationChangeListener> |
Configuration.getConfigListeners(String dataId)
Gets config listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileConfiguration.addConfigListener(String dataId,
ConfigurationChangeListener listener) |
void |
Configuration.addConfigListener(String dataId,
ConfigurationChangeListener listener)
Add config listener.
|
void |
FileConfiguration.removeConfigListener(String dataId,
ConfigurationChangeListener listener) |
void |
Configuration.removeConfigListener(String dataId,
ConfigurationChangeListener listener)
Remove config listener.
|
Copyright © 2025 Apache. All rights reserved.