Interface ConsumerRecord<K,​V>


  • public interface ConsumerRecord<K,​V>
    • Method Detail

      • partition

        int partition()
      • offset

        long offset()
      • timestamp

        long timestamp()
      • key

        K key()
      • value

        V value()