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 TypeMethodDescriptionio.vertx.core.Future<OffsetAndTimestamp> KafkaConsumer.offsetsForTimes(TopicPartition topicPartition, Long timestamp) LikeKafkaConsumer.offsetsForTimes(TopicPartition, Long, Handler)but returns aFutureof the asynchronous resultio.vertx.core.Future<Map<TopicPartition, OffsetAndTimestamp>> KafkaConsumer.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, io.vertx.core.Handler<io.vertx.core.AsyncResult<OffsetAndTimestamp>> handler) Look up the offset for the given partition by timestamp.voidKafkaConsumer.offsetsForTimes(Map<TopicPartition, Long> topicPartitionTimestamps, io.vertx.core.Handler<io.vertx.core.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