open fun getLockWithTimeout(: String, : Long, : Handler<AsyncResult<Lock>>): Unit
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