
com.aol.micro.server.dist.lock.DistributedLockService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micro-dist-lock Show documentation
Show all versions of micro-dist-lock Show documentation
Opinionated rest microservices
package com.aol.micro.server.dist.lock;
public interface DistributedLockService {
boolean tryLock(String key);
boolean tryReleaseLock(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy