![JAR search and dependency download from the Maven repository](/logo.png)
com.cjy.fat.redis.operation.NeedFinishCountOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fat-common Show documentation
Show all versions of fat-common Show documentation
fat the resolver of soa transaction
package com.cjy.fat.redis.operation;
public interface NeedFinishCountOperation {
/**
* 增加需要完成的服务数量
* @param txKey
*/
public void incrNeedServiceFinishNum(String txKey);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy