Class WindowedKeyValue<K, V, TJVMK, TJVMV>
KNet implementation of KeyValue<K, V> where the key is Windowed<K>
public sealed class WindowedKeyValue<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
-
WindowedKeyValue<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 Windowed<K, TJVMK> Key { get; }
Property Value
- Windowed<K, TJVMK>
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