Interface DecodableKeyedStreamRecord<K,V>

Type Parameters:
K - The key data type of this record
V - The value data type of this record
All Known Implementing Classes:
DecodableAppendStreamRecord, DecodableChangeStreamRecord

public interface DecodableKeyedStreamRecord<K,V>
Interface to represent one record in a Decodable stream as a key-value pair.