public class ConsumerRecord<V> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsumerRecord.Builder<V> |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbName() |
TmqMessageType |
getMessageType() |
Meta |
getMeta() |
long |
getOffset() |
String |
getTopic() |
int |
getVGroupId() |
V |
value() |
public String getTopic()
public String getDbName()
public int getVGroupId()
public V value()
public long getOffset()
public TmqMessageType getMessageType()
public Meta getMeta()
Copyright © 2025. All rights reserved.