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 | Method and Description |
---|---|
Object |
getDelegate() |
static Lock |
newInstance(Lock arg) |
void |
release()
Release the lock.
|
Copyright © 2016. All rights reserved.