http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-kafka-rest
/
org.http4k.connect.kafka.rest.v2.model
/
Record
Record
@
JsonSerializable
data
class
Record
<
K
:
Any
,
out
V
:
Any
>
(
val
key
:
K
?
,
val
value
:
V
,
val
partition
:
PartitionId
?
=
null
)
(
source
)
Members
Constructors
Record
Link copied to clipboard
constructor
(
key
:
K
?
,
value
:
V
,
partition
:
PartitionId
?
=
null
)
Properties
key
Link copied to clipboard
val
key
:
K
?
partition
Link copied to clipboard
val
partition
:
PartitionId
?
value
Link copied to clipboard
val
value
:
V