Interface KafkaConsumerRecords<K,​V>


  • public interface KafkaConsumerRecords<K,​V>
    Vert.x Kafka consumer records
    • Method Detail

      • size

        int size()
        Returns:
        the total number of records in this batch
      • isEmpty

        boolean isEmpty()
        Returns:
        whether this batch contains any records
      • records

        org.apache.kafka.clients.consumer.ConsumerRecords<K,​V> records()
        Returns:
        the native Kafka consumer records with backed information