Package io.vertx.rxjava3.core.shareddata
Class Lock
- java.lang.Object
-
- io.vertx.rxjava3.core.shareddata.Lock
-
public class Lock extends Object
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.
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Lock>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Lock
getDelegate()
int
hashCode()
static Lock
newInstance(Lock arg)
void
release()
Release the lock.String
toString()
-