Uses of Class
io.smallrye.reactive.messaging.kafka.commit.KafkaCheckpointCommit.CheckpointState
-
Packages that use KafkaCheckpointCommit.CheckpointState Package Description io.smallrye.reactive.messaging.kafka.commit -
-
Uses of KafkaCheckpointCommit.CheckpointState in io.smallrye.reactive.messaging.kafka.commit
Methods in io.smallrye.reactive.messaging.kafka.commit that return KafkaCheckpointCommit.CheckpointState Modifier and Type Method Description KafkaCheckpointCommit.CheckpointState<T>
KafkaCheckpointCommit.CheckpointState. withPersistedAt(io.smallrye.reactive.messaging.kafka.commit.KafkaCheckpointCommit.OffsetPersistedAt offsetPersistedAt)
Constructors in io.smallrye.reactive.messaging.kafka.commit with parameters of type KafkaCheckpointCommit.CheckpointState Constructor Description DefaultCheckpointMetadata(org.apache.kafka.common.TopicPartition topicPartition, long recordOffset, KafkaCheckpointCommit.CheckpointState<T> checkpointState)
-