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
/
CommitOffset
Commit
Offset
@
JsonSerializable
data
class
CommitOffset
(
val
topic
:
Topic
,
val
partition
:
PartitionId
,
val
offset
:
Offset
,
val
metadata
:
String
=
""
)
(
source
)
Members
Constructors
Commit
Offset
Link copied to clipboard
constructor
(
topic
:
Topic
,
partition
:
PartitionId
,
offset
:
Offset
,
metadata
:
String
=
""
)
Properties
metadata
Link copied to clipboard
val
metadata
:
String
offset
Link copied to clipboard
val
offset
:
Offset
partition
Link copied to clipboard
val
partition
:
PartitionId
topic
Link copied to clipboard
val
topic
:
Topic