Class StreamRecord<T>
java.lang.Object
co.decodable.sdk.pipeline.testing.StreamRecord<T>
- Type Parameters:
T
- The data type of this record
Represents one element on a Decodable stream.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StreamRecord
Creates a new stream record with the given value.
-
-
Method Details
-
value
Returns the value of this stream record.
-