Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KafkaConsumerRecords<K, V>

Vert.x Kafka consumer records

Type parameters

  • K

  • V

Hierarchy

  • KafkaConsumerRecords

Index

Methods

isEmpty

  • isEmpty(): boolean
  • Returns boolean

recordAt

  • Get the record at the given index

    Parameters

    • index: number

    Returns KafkaConsumerRecord<K, V>

size

  • size(): number
  • Returns number

Generated using TypeDoc