vertx / io.vertx.kafka.client.consumer / KafkaReadStream / paused

paused

abstract fun paused(handler: Handler<AsyncResult<MutableSet<TopicPartition>>>): Unit

Get the set of partitions that were previously paused by a call to #pause(Set).

Parameters

handler - handler called on operation completed