open fun rxGetLock(name: String): Single<Lock>
Get a cluster wide lock with the specified name. The lock will be passed to the handler when it is available.
name - the name of the lock
name
Return