toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
)
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
?
=
null
value
Link copied to clipboard
val
value
:
V