Class ConsumerRecord<K, V, TJVMK, TJVMV>
KNet extension of ConsumerRecord<K, V>
public class ConsumerRecord<K, V, TJVMK, TJVMV> : IGenericSerDesFactoryApplier
Type Parameters
K
The key type
V
The value type
TJVMK
The JVM type of
K
TJVMV
The JVM type of
V
- Inheritance
-
ConsumerRecord<K, V, TJVMK, TJVMV>
- Implements
- Inherited Members
Properties
DateTime
public DateTime DateTime { get; }
Property Value
Headers
public Headers Headers { get; }
Property Value
Key
public K Key { get; }
Property Value
- K
K
LeaderEpoch
public int? LeaderEpoch { get; }
Property Value
Offset
public long Offset { get; }
Property Value
Partition
public int Partition { get; }
Property Value
SerializedKeySize
public int SerializedKeySize { get; }
Property Value
SerializedValueSize
public int SerializedValueSize { get; }
Property Value
Timestamp
public long Timestamp { get; }
Property Value
TimestampType
public TimestampType TimestampType { get; }
Property Value
Topic
public string Topic { get; }
Property Value
Value
public V Value { get; }
Property Value
- V
V
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.