K
- key's typeV
- the value's typepublic static interface KafkaConsumer.ConsumerRecord<K,V>
Modifier and Type | Method and Description |
---|---|
K |
key() |
long |
offset() |
int |
partition() |
java.lang.String |
topic() |
V |
value() |
Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707