| Package | Description |
|---|---|
| io.seata.config | |
| io.seata.config.consul | |
| io.seata.spring.annotation |
| 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 |
|---|---|
void |
ConfigurationChangeListener.onChangeEvent(ConfigurationChangeEvent event)
Process.
|
void |
ConfigurationCache.onChangeEvent(ConfigurationChangeEvent event) |
default void |
ConfigurationChangeListener.onProcessEvent(ConfigurationChangeEvent event)
On process event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsulConfiguration.ConsulListener.onChangeEvent(ConfigurationChangeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalTransactionScanner.onChangeEvent(ConfigurationChangeEvent event) |
Copyright © 2023 Seata. All rights reserved.