vertx / io.vertx.rxjava.redis / RedisTransaction / clientPause

clientPause

open fun clientPause(millis: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

Stop processing commands from clients for some time

Parameters

millis - Pause time in milliseconds

handler - Handler for the result of this call.

Return