@Component @ConfigurationProperties(prefix="seata.registry.etcd3") public class RegistryEtcd3Properties extends Object
| Constructor and Description |
|---|
RegistryEtcd3Properties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster() |
String |
getServerAddr() |
RegistryEtcd3Properties |
setCluster(String cluster) |
RegistryEtcd3Properties |
setServerAddr(String serverAddr) |
public String getCluster()
public RegistryEtcd3Properties setCluster(String cluster)
public String getServerAddr()
public RegistryEtcd3Properties setServerAddr(String serverAddr)
Copyright © 2023 Seata. All rights reserved.