public interface io.vertx.kafka.client.consumer.KafkaConsumerRecords<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.kafka.client.consumer.KafkaConsumerRecords
  super_class: java.lang.Object
{
  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isEmpty();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.kafka.client.consumer.KafkaConsumerRecord<K, V> recordAt(int);
    descriptor: (I)Lio/vertx/kafka/client/consumer/KafkaConsumerRecord;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lio/vertx/kafka/client/consumer/KafkaConsumerRecord<TK;TV;>;
    MethodParameters:
       Name  Flags
      index  

  public abstract org.apache.kafka.clients.consumer.ConsumerRecords<K, V> records();
    descriptor: ()Lorg/apache/kafka/clients/consumer/ConsumerRecords;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/apache/kafka/clients/consumer/ConsumerRecords<TK;TV;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "KafkaConsumerRecords.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()