vertx / io.vertx.kotlin.kafka.client.consumer / io.vertx.kafka.client.consumer.KafkaConsumer / pipeToAwait

pipeToAwait

suspend fun <K, V> KafkaConsumer<K, V>.pipeToAwait(dst: WriteStream<KafkaConsumerRecord<K, V>>): Unit

Suspending version of method io.vertx.kafka.client.consumer.KafkaConsumer.pipeTo

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.kafka.client.consumer.KafkaConsumer using Vert.x codegen.