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);
}