open fun rxGetLockWithTimeout(name: String, timeout: Long): Single<Lock>
Like io.vertx.reactivex.core.shareddata.SharedData#getLock but specifying a timeout. If the lock is not obtained within the timeout a failure will be sent to the handler
io.vertx.reactivex.core.shareddata.SharedData#getLock
name - the name of the lock
name
timeout - the timeout in ms
timeout
Return