@Configuration
@Inject(value="${seata.config.consul}",
required=false)
public class ConfigConsulProperties
extends Object
| Constructor and Description |
|---|
ConfigConsulProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAclToken() |
String |
getKey() |
String |
getServerAddr() |
ConfigConsulProperties |
setAclToken(String aclToken) |
ConfigConsulProperties |
setKey(String key) |
ConfigConsulProperties |
setServerAddr(String serverAddr) |
public String getServerAddr()
public ConfigConsulProperties setServerAddr(String serverAddr)
public String getKey()
public ConfigConsulProperties setKey(String key)
public String getAclToken()
public ConfigConsulProperties setAclToken(String aclToken)
Copyright © 2025. All rights reserved.