Package io.vertx.core.shareddata
Interface Lock
-
public interface Lock
An asynchronous exclusive lock which can be obtained from any node in the cluster.When the lock is obtained, no-one else in the cluster can obtain the lock with the same name until the lock is released.
- Author:
- Tim Fox
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
release()
Release the lock.
-