java.lang.Object
io.quarkus.kafka.client.runtime.devui.model.response.KafkaMessage

public class KafkaMessage extends Object
  • Constructor Details

  • Method Details

    • getTopic

      public String getTopic()
    • getPartition

      public int getPartition()
    • getOffset

      public long getOffset()
    • getTimestamp

      public long getTimestamp()
    • getKey

      public String getKey()
    • getValue

      public String getValue()
    • getHeaders

      public Map<String,String> getHeaders()