Class DecodableChangeStreamRecord<K,V extends DecodableDebeziumEnvelope<?>>

java.lang.Object
co.decodable.sdk.pipeline.DecodableChangeStreamRecord<K,V>
Type Parameters:
K - The key data type of this record
V - The value data type of this record
All Implemented Interfaces:
DecodableKeyedStreamRecord<K,V>

public abstract class DecodableChangeStreamRecord<K,V extends DecodableDebeziumEnvelope<?>> extends Object implements DecodableKeyedStreamRecord<K,V>
Abstract base class to represent one record as a key-value pair in a Decodable change stream.