toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
)
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