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

com.github.shoothzj.sdk.distribute.impl.mongo.repo.MongoLockRepoCustom Maven / Gradle / Ivy

package com.github.shoothzj.sdk.distribute.impl.mongo.repo;

public interface MongoLockRepoCustom {

    void findAndModify(String scene, String oldId, String uniqId, long expireTime);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy