public class ConsumerRecord<V> extends Object
ConsumerRecord(String topic, String dbName, int vGroupId, V value)
String
getDbName()
getTopic()
int
getVGroupId()
V
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConsumerRecord(String topic, String dbName, int vGroupId, V value)
public String getTopic()
public String getDbName()
public int getVGroupId()
public V value()
Copyright © 2023. All rights reserved.