Uses of Class
io.vertx.kafka.client.consumer.OffsetAndTimestamp
Packages that use OffsetAndTimestamp
Package
Description
-
Uses of OffsetAndTimestamp in io.vertx.kafka.client.consumer
Methods in io.vertx.kafka.client.consumer that return OffsetAndTimestampModifier and TypeMethodDescriptionOffsetAndTimestamp.setOffset(long offset) Set the offsetOffsetAndTimestamp.setTimestamp(long timestamp) Set the timestampMethods in io.vertx.kafka.client.consumer that return types with arguments of type OffsetAndTimestampModifier and TypeMethodDescriptionKafkaConsumer.offsetsForTimes(TopicPartition topicPartition, Long timestamp) Look up the offset for the given partition by timestamp.KafkaConsumer.offsetsForTimes(Map<TopicPartition, Long> topicPartitionTimestamps) Look up the offsets for the given partitions by timestamp.Constructors in io.vertx.kafka.client.consumer with parameters of type OffsetAndTimestamp -
Uses of OffsetAndTimestamp in io.vertx.reactivex.kafka.client.consumer
Methods in io.vertx.reactivex.kafka.client.consumer that return types with arguments of type OffsetAndTimestampModifier and TypeMethodDescriptionKafkaConsumer.offsetsForTimes(TopicPartition topicPartition, Long timestamp) Look up the offset for the given partition by timestamp.KafkaConsumer.rxOffsetsForTimes(TopicPartition topicPartition, Long timestamp) Look up the offset for the given partition by timestamp. -
Uses of OffsetAndTimestamp in io.vertx.rxjava3.kafka.client.consumer
Methods in io.vertx.rxjava3.kafka.client.consumer that return types with arguments of type OffsetAndTimestampModifier and TypeMethodDescriptionKafkaConsumer.offsetsForTimes(TopicPartition topicPartition, Long timestamp) Look up the offset for the given partition by timestamp.KafkaConsumer.rxOffsetsForTimes(TopicPartition topicPartition, Long timestamp) Look up the offset for the given partition by timestamp.