K
- Incomimg record key typeV
- Incomimg record value typepublic interface ReceiverRecord<K,V>
Receiver
.Modifier and Type | Method and Description |
---|---|
ReceiverOffset |
offset()
Returns an acknowledgeable offset instance that should be acknowledged after this
record has been consumed.
|
ConsumerRecord<K,V> |
record()
Returns the Kafka consumer record associated with this instance.
|
ConsumerRecord<K,V> record()
ReceiverOffset offset()
ReceiverOffset.commit()
.