@Configuration
@Inject(value="${seata.service}",
required=false)
public class ServiceProperties
extends Object
| Constructor and Description |
|---|
ServiceProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Map<String,String> |
getGrouplist() |
Map<String,String> |
getVgroupMapping() |
boolean |
isDisableGlobalTransaction() |
ServiceProperties |
setDisableGlobalTransaction(boolean disableGlobalTransaction) |
void |
setGrouplist(Map<String,String> grouplist) |
void |
setVgroupMapping(Map<String,String> vgroupMapping) |
public boolean isDisableGlobalTransaction()
public ServiceProperties setDisableGlobalTransaction(boolean disableGlobalTransaction)
public void afterPropertiesSet()
Copyright © 2025. All rights reserved.