Skip to content

Instantly share code, notes, and snippets.

@egcodes
Last active March 17, 2022 10:55
Show Gist options
  • Save egcodes/492dfdf445d4a37d5187b79291dd4c51 to your computer and use it in GitHub Desktop.
Save egcodes/492dfdf445d4a37d5187b79291dd4c51 to your computer and use it in GitHub Desktop.
public interface DistributedLockProvider {
DistLock lock(String key, int lockAtLeastFor, int lockAtMostFor);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment