abstract fun close(): Unit
Close the producer
abstract fun close(completionHandler: Handler<AsyncResult<Void>>): Unit
Close the producer
completionHandler - handler called on operation completed
abstract fun close(timeout: Long, completionHandler: Handler<AsyncResult<Void>>): Unit
Close the producer