Package io.datarouter.storage.stream
Class StreamRecord<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>
java.lang.Object
io.datarouter.storage.stream.BaseStreamRecord<PK,D>
io.datarouter.storage.stream.StreamRecord<PK,D>
public class StreamRecord<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>
extends BaseStreamRecord<PK,D>
-
Constructor Summary
ConstructorsConstructorDescriptionStreamRecord(String sequenceNumber, Instant approximateArrivalTimestamp, D databean) -
Method Summary
Methods inherited from class io.datarouter.storage.stream.BaseStreamRecord
getApproximateArrivalTimestamp, getKey
-
Constructor Details
-
StreamRecord
-
-
Method Details
-
getDatabean
-