Class TimestampedKeyValueHeaders<K, V, TJVMK, TJVMV>
KNet implementation of ValueTimestampHeaders<V>
public sealed class TimestampedKeyValueHeaders<K, V, TJVMK, TJVMV> : IKNetInnerReference<KeyValue<TJVMK, ValueTimestampHeaders<TJVMV>>>, IGenericSerDesFactoryApplier, IDisposable
Type Parameters
KThe key type
VThe value type
TJVMKThe JVM type of
KTJVMVThe JVM type of
V
- Inheritance
-
TimestampedKeyValueHeaders<K, V, TJVMK, TJVMV>
- Implements
Properties
InnerReference
The underlying inner reference used from KNet object instance
public KeyValue<TJVMK, ValueTimestampHeaders<TJVMV>> InnerReference { get; }
Property Value
- KeyValue<TJVMK, ValueTimestampHeaders<TJVMV>>
Key
KNet implementation of https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.3.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/4.3.1/org/apache/kafka/streams/KeyValue.html#value
public ValueTimestampHeaders<V, TJVMV> Value { get; }
Property Value
- ValueTimestampHeaders<V, TJVMV>
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()