Uses of Class
io.vertx.kafka.admin.ListOffsetsResultInfo
Packages that use ListOffsetsResultInfo
-
Uses of ListOffsetsResultInfo in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ListOffsetsResultInfoModifier and TypeMethodDescriptionListOffsetsResultInfo.setLeaderEpoch(Integer leaderEpoch) Set the leader epochListOffsetsResultInfo.setOffset(long offset) Set the offsetListOffsetsResultInfo.setTimestamp(long timestamp) Set the timestampMethods in io.vertx.kafka.admin that return types with arguments of type ListOffsetsResultInfoModifier and TypeMethodDescriptionKafkaAdminClient.listOffsets(Map<TopicPartition, OffsetSpec> topicPartitionOffsets) List the offsets available for a set of partitions.