Class ConsumerRecords<K, V, TJVMK, TJVMV>
KNet extension of ConsumerRecords<K, V>
public class ConsumerRecords<K, V, TJVMK, TJVMV> : IEnumerable<ConsumerRecord<K, V, TJVMK, TJVMV>>, IEnumerable, IAsyncEnumerable<ConsumerRecord<K, V, TJVMK, TJVMV>>
Type Parameters
K
The key type
V
The value type
TJVMK
The JVM type of
K
TJVMV
The JVM type of
V
- Inheritance
-
ConsumerRecords<K, V, TJVMK, TJVMV>
- Implements
-
IEnumerable<ConsumerRecord<K, V, TJVMK, TJVMV>>IAsyncEnumerable<ConsumerRecord<K, V, TJVMK, TJVMV>>
- Inherited Members
Properties
Count
The number of elements in ConsumerRecords<K, V, TJVMK, TJVMV>
public int Count { get; }
Property Value
IsEmpty
true if the ConsumerRecords<K, V, TJVMK, TJVMV> is empty
public bool IsEmpty { get; }