@Component @ConfigurationProperties(prefix="spring.cloud.alibaba.seata") public class SpringCloudAlibabaConfiguration extends Object implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringCloudAlibabaConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
Gets application id.
|
String |
getTxServiceGroup()
Gets tx service group.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setTxServiceGroup(String txServiceGroup)
Sets tx service group.
|
public String getApplicationId()
public String getTxServiceGroup()
public void setTxServiceGroup(String txServiceGroup)
txServiceGroup - the tx service grouppublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2023 Seata. All rights reserved.