public class ConsumerRecord<V> extends Object
| Constructor and Description |
|---|
ConsumerRecord(String topic,
String dbName,
int vGroupId,
long offset,
V value) |
ConsumerRecord(String topic,
String dbName,
int vGroupId,
V value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbName() |
long |
getOffset() |
String |
getTopic() |
int |
getVGroupId() |
V |
value() |
Copyright © 2023. All rights reserved.