Class StreamRecord<T>

java.lang.Object
co.decodable.sdk.pipeline.testing.StreamRecord<T>
Type Parameters:
T - The data type of this record

public class StreamRecord<T> extends Object
Represents one element on a Decodable stream.
  • Constructor Details

    • StreamRecord

      public StreamRecord(T value)
      Creates a new stream record with the given value.
  • Method Details

    • value

      public T value()
      Returns the value of this stream record.