Package dev.snowdrop.vertx.kafka
Interface ConsumerRecord<K,V>
-
public interface ConsumerRecord<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Header>headers()Kkey()longoffset()intpartition()longtimestamp()TimestampTypetimestampType()Stringtopic()Vvalue()
-