com.codingapi.tx.datasource.ILCNResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tx-client Show documentation
Show all versions of tx-client Show documentation
tx-client project for Spring Boot
package com.codingapi.tx.datasource;
import com.codingapi.tx.framework.task.TxTask;
/**
*
* LCN 资源连接对象
*
*
* create by lorne on 2017/8/22
*/
public interface ILCNResource {
/**
* 用于关闭时检查是否未删除
* @return TxTask任务对象
*/
TxTask getWaitTask();
/**
* 事务组id
* @return 事务组Id
*/
String getGroupId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy