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