Class KeyedStreamRecord<K,V>
java.lang.Object
co.decodable.sdk.pipeline.testing.KeyedStreamRecord<K,V>
- Type Parameters:
K
- The key data type of this recordV
- The value data type of this record
Represents one element on a keyed Decodable stream.
-
Constructor Summary
ConstructorsConstructorDescriptionKeyedStreamRecord
(K key, V value) Creates a new stream record with the given value. -
Method Summary
-
Constructor Details
-
KeyedStreamRecord
Creates a new stream record with the given value.
-
-
Method Details
-
key
Returns the key of this keyed stream record. -
value
Returns the value of this keyed stream record.
-