Class KeyValue<K, V, TJVMK, TJVMV>
KNet implementation of KeyValue<K, V>
public sealed class KeyValue<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
-
KeyValue<K, V, TJVMK, TJVMV>
- Implements
- Inherited Members
Properties
Key
KNet implementation of https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.7.1/org/apache/kafka/streams/KeyValue.html#key
public K Key { get; }
Property Value
- K
Value
KNet implementation of https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.7.1/org/apache/kafka/streams/KeyValue.html#value
public V Value { get; }
Property Value
- V