Uses of Class
io.vertx.kafka.client.consumer.OffsetAndTimestamp
Packages that use OffsetAndTimestamp
-
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) LikeKafkaConsumer.offsetsForTimes(TopicPartition, Long, Handler)but returns aFutureof the asynchronous resultKafkaConsumer.offsetsForTimes(Map<TopicPartition, Long> topicPartitionTimestamps) LikeKafkaConsumer.offsetsForTimes(Map, Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.client.consumer with type arguments of type OffsetAndTimestampModifier and TypeMethodDescriptionvoidKafkaConsumer.offsetsForTimes(TopicPartition topicPartition, Long timestamp, Handler<AsyncResult<OffsetAndTimestamp>> handler) Look up the offset for the given partition by timestamp.voidKafkaConsumer.offsetsForTimes(Map<TopicPartition, Long> topicPartitionTimestamps, Handler<AsyncResult<Map<TopicPartition, OffsetAndTimestamp>>> handler) Look up the offsets for the given partitions by timestamp.Constructors in io.vertx.kafka.client.consumer with parameters of type OffsetAndTimestamp