vertx / io.vertx.reactivex.kafka.client.producer / KafkaProducer / rxClose

rxClose

open fun rxClose(): Completable

Close the producer

Return

open fun rxClose(timeout: Long): Completable

Close the producer

Parameters

timeout - timeout to wait for closing

Return