| Package | Description | 
|---|---|
| io.vertx.rxjava.core.shareddata | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Lock> | 
Lock.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static Lock | 
Lock.newInstance(Lock arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
Single<Lock> | 
SharedData.rxGetLocalLock(String name)
Get an asynchronous local lock with the specified name. 
 | 
Single<Lock> | 
SharedData.rxGetLocalLockWithTimeout(String name,
                         long timeout)
 | 
Single<Lock> | 
SharedData.rxGetLock(String name)
Get an asynchronous lock with the specified name. 
 | 
Single<Lock> | 
SharedData.rxGetLockWithTimeout(String name,
                    long timeout)
Like  
SharedData.getLock(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.shareddata.Lock>>) but specifying a timeout. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SharedData.getLocalLock(String name,
            Handler<AsyncResult<Lock>> resultHandler)
Get an asynchronous local lock with the specified name. 
 | 
void | 
SharedData.getLocalLockWithTimeout(String name,
                       long timeout,
                       Handler<AsyncResult<Lock>> resultHandler)
 | 
void | 
SharedData.getLock(String name,
       Handler<AsyncResult<Lock>> resultHandler)
Get an asynchronous lock with the specified name. 
 | 
void | 
SharedData.getLockWithTimeout(String name,
                  long timeout,
                  Handler<AsyncResult<Lock>> resultHandler)
Like  
SharedData.getLock(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.shareddata.Lock>>) but specifying a timeout. | 
Copyright © 2023 Eclipse. All rights reserved.