com.cjy.fat.redis.operation.GroupServiceSetOperation 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 GroupServiceSetOperation {
void addLocalServiceSetToGroupServiceSet(String localTxKey , String rootKey);
void addToGroupServiceSet(String rootTxKey , String serviceId);
}