toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-kafka-rest-fake
/
org.http4k.connect.kafka.rest.model
/
TopicOffsetState
Topic
Offset
State
data
class
TopicOffsetState
(
val
next
:
Offset
=
Offset.ZERO
,
val
committed
:
Offset
?
=
null
)
Members
Constructors
Topic
Offset
State
Link copied to clipboard
constructor
(
next
:
Offset
=
Offset.ZERO
,
committed
:
Offset
?
=
null
)
Properties
committed
Link copied to clipboard
val
committed
:
Offset
?
=
null
next
Link copied to clipboard
val
next
:
Offset
Functions
commit
At
Link copied to clipboard
fun
commitAt
(
lastOffset
:
Offset
)
:
TopicOffsetState
next
Link copied to clipboard
fun
next
(
nextOffset
:
Offset
)
:
TopicOffsetState