public class Lock extends Object
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 theoriginal
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<Lock> |
__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Lock |
getDelegate() |
int |
hashCode() |
static Lock |
newInstance(Lock arg) |
void |
release()
Release the lock.
|
String |
toString() |
Copyright © 2019 Eclipse. All rights reserved.