Uses of Class
io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecords
Packages that use KafkaConsumerRecords
-
Uses of KafkaConsumerRecords in io.vertx.mutiny.kafka.client.consumer
Fields in io.vertx.mutiny.kafka.client.consumer with type parameters of type KafkaConsumerRecordsModifier and TypeFieldDescriptionstatic final TypeArg<KafkaConsumerRecords>
KafkaConsumerRecords.__TYPE_ARG
Methods in io.vertx.mutiny.kafka.client.consumer that return KafkaConsumerRecordsModifier and TypeMethodDescriptionstatic <K,
V> KafkaConsumerRecords<K, V> KafkaConsumerRecords.newInstance
(io.vertx.kafka.client.consumer.KafkaConsumerRecords arg) static <K,
V> KafkaConsumerRecords<K, V> KafkaConsumerRecords.newInstance
(io.vertx.kafka.client.consumer.KafkaConsumerRecords arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V) KafkaConsumer.pollAndAwait
(Duration timeout) Blocking variant ofKafkaConsumer.poll(Duration)
.Methods in io.vertx.mutiny.kafka.client.consumer that return types with arguments of type KafkaConsumerRecordsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<KafkaConsumerRecords<K,
V>> Executes a poll for getting messages from Kafka.Method parameters in io.vertx.mutiny.kafka.client.consumer with type arguments of type KafkaConsumerRecordsModifier and TypeMethodDescriptionKafkaConsumer.batchHandler
(Consumer<KafkaConsumerRecords<K, V>> handler)