All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cjy.fat.redis.operation.GroupServiceSetOperation Maven / Gradle / Ivy

There is a newer version: 1.0.6-RELEASE
Show newest version
package com.cjy.fat.redis.operation;

public interface GroupServiceSetOperation {
	
	void addLocalServiceSetToGroupServiceSet(String localTxKey , String rootKey);
	
	void addToGroupServiceSet(String rootTxKey , String serviceId);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy