Record

@JsonSerializable
data class Record(val key: RecordData<*>? = null, val value: RecordData<*>? = null, val partition_id: PartitionId? = null, val headers: List<Header>? = null, val timestamp: Instant? = null)

Constructors

Link copied to clipboard
constructor(key: RecordData<*>? = null, value: RecordData<*>? = null, partition_id: PartitionId? = null, headers: List<Header>? = null, timestamp: Instant? = null)

Properties

Link copied to clipboard
val headers: List<Header>? = null
Link copied to clipboard
val key: RecordData<*>? = null
Link copied to clipboard
Link copied to clipboard
val timestamp: Instant? = null
Link copied to clipboard
val value: RecordData<*>? = null