Package co.decodable.sdk.pipeline
Interface DecodableKeyedStreamRecord<K,V>
- Type Parameters:
K- The key data type of this recordV- 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.