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_ARGMethods 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<K, V> delegate) Creates a new instance of theKafkaConsumerRecords.static <K,V> KafkaConsumerRecords<K, V> KafkaConsumerRecords.newInstance(io.vertx.kafka.client.consumer.KafkaConsumerRecords<K, V> delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1) Creates a new instance of theKafkaConsumerRecords.KafkaConsumer.pollAndAwait(Duration timeout) Executes a poll for getting messages from Kafka.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) Set the handler to be used when batches of messages are fetched from the Kafka server.