vertx / io.vertx.reactivex.redis / RedisClient / clusterCountFailureReports

clusterCountFailureReports

open fun clusterCountFailureReports(nodeId: String, handler: Handler<AsyncResult<Long>>): RedisClient

Return the number of failure reports active for a given node.

Parameters

nodeId -

handler - Handler for the result of this call.

Return