Class KafkaMessage


  • public class KafkaMessage
    extends Object
    • Constructor Detail

    • Method Detail

      • getTopic

        public String getTopic()
      • getPartition

        public int getPartition()
      • getOffset

        public long getOffset()
      • getTimestamp

        public long getTimestamp()
      • getKey

        public String getKey()
      • getValue

        public String getValue()